From ded9350a4050a4d42dd193020c5794dabfa739f7 Mon Sep 17 00:00:00 2001 From: Arnau Orriols Date: Tue, 14 Nov 2023 14:14:11 +0100 Subject: [PATCH] Add config and save-config in help --- src/subcommands/deploy.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/subcommands/deploy.ts b/src/subcommands/deploy.ts index e1cc8be5..aba8e533 100644 --- a/src/subcommands/deploy.ts +++ b/src/subcommands/deploy.ts @@ -39,6 +39,8 @@ OPTIONS: -e, --entrypoint= --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 {