Skip to content

Commit

Permalink
Add config and save-config in help
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauorriols committed Nov 14, 2023
1 parent 00929ab commit ded9350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subcommands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ OPTIONS:
-e, --entrypoint=<URL>
--token=TOKEN The API token to use (defaults to DENO_DEPLOY_TOKEN env var)
--dry-run Dry run the deployment process.
--config Path to the file from where to load DeployCTL config. Defaults to 'deno.json'
--save-config Persist the arguments used into the DeployCTL config file
`;

export interface Args {
Expand Down

0 comments on commit ded9350

Please sign in to comment.