Skip to content

Commit

Permalink
[now-cli] Add --confirm to help (#3625)
Browse files Browse the repository at this point in the history
```
$ now --help
[...]
  -c, --confirm                  Confirm default options and skip questions
```
  • Loading branch information
lucleray authored and kodiakhq[bot] committed Jan 23, 2020
1 parent 7e1f2bd commit d4f4792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/now-cli/src/commands/deploy/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const latestHelp = () => `
-S, --scope Set a custom scope
--regions Set default regions to enable the deployment on
--prod Create a production deployment
-c, --confirm Confirm default options and skip questions
${note(
`To view the usage information for Now 1.0, run ${code(
Expand Down

1 comment on commit d4f4792

@vercel
Copy link

@vercel vercel bot commented on d4f4792 Jan 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.