diff --git a/README.md b/README.md index ecf3ac23..2227fffd 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $ npm install -g @devcycle/cli $ dvc COMMAND running command... $ dvc (--version) -@devcycle/cli/5.19.0 linux-x64 node-v20.10.0 +@devcycle/cli/5.20.0 linux-x64 node-v20.10.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND diff --git a/docs/alias.md b/docs/alias.md index 4e64f0e1..aa514b9e 100644 --- a/docs/alias.md +++ b/docs/alias.md @@ -39,4 +39,4 @@ EXAMPLES $ dvc alias add --alias=VARIABLE_ALIAS --variable=variable-key ``` -_See code: [src/commands/alias/add.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/alias/add.ts)_ +_See code: [src/commands/alias/add.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/alias/add.ts)_ diff --git a/docs/cleanup.md b/docs/cleanup.md index 24345f17..52e3019d 100644 --- a/docs/cleanup.md +++ b/docs/cleanup.md @@ -56,4 +56,4 @@ EXAMPLES $ dvc cleanup some-var --value "My Custom Name" --type String ``` -_See code: [src/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/cleanup/index.ts)_ +_See code: [src/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index a68fbdfe..261a46b4 100644 --- a/docs/diff.md +++ b/docs/diff.md @@ -55,4 +55,4 @@ EXAMPLES $ dvc diff --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']" ``` -_See code: [src/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/diff/index.ts)_ +_See code: [src/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/diff/index.ts)_ diff --git a/docs/environments.md b/docs/environments.md index 2ec887d2..b3b7a814 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -41,7 +41,7 @@ DESCRIPTION Create a new Environment for an existing Feature. ``` -_See code: [src/commands/environments/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/environments/create.ts)_ +_See code: [src/commands/environments/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/environments/create.ts)_ ## `dvc environments get` @@ -75,7 +75,7 @@ EXAMPLES $ dvc environments get --keys=environment-one,environment-two ``` -_See code: [src/commands/environments/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/environments/get.ts)_ +_See code: [src/commands/environments/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/environments/get.ts)_ ## `dvc environments list` @@ -99,7 +99,7 @@ ALIASES $ dvc environments ls ``` -_See code: [src/commands/environments/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/environments/list.ts)_ +_See code: [src/commands/environments/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/environments/list.ts)_ ## `dvc environments ls` @@ -155,4 +155,4 @@ DESCRIPTION Update a Environment. ``` -_See code: [src/commands/environments/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/environments/update.ts)_ +_See code: [src/commands/environments/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/environments/update.ts)_ diff --git a/docs/features.md b/docs/features.md index ec1fff5c..9ababdf3 100644 --- a/docs/features.md +++ b/docs/features.md @@ -43,7 +43,7 @@ DESCRIPTION Create a new Feature. ``` -_See code: [src/commands/features/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/features/create.ts)_ +_See code: [src/commands/features/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/features/create.ts)_ ## `dvc features delete [FEATURE]` @@ -72,7 +72,7 @@ DESCRIPTION Delete a feature ``` -_See code: [src/commands/features/delete.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/features/delete.ts)_ +_See code: [src/commands/features/delete.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/features/delete.ts)_ ## `dvc features get` @@ -110,7 +110,7 @@ EXAMPLES $ dvc features get --keys=feature-one,feature-two ``` -_See code: [src/commands/features/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/features/get.ts)_ +_See code: [src/commands/features/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/features/get.ts)_ ## `dvc features list` @@ -145,7 +145,7 @@ ALIASES $ dvc features ls ``` -_See code: [src/commands/features/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/features/list.ts)_ +_See code: [src/commands/features/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/features/list.ts)_ ## `dvc features ls` @@ -213,4 +213,4 @@ DESCRIPTION Update a Feature. ``` -_See code: [src/commands/features/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/features/update.ts)_ +_See code: [src/commands/features/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/features/update.ts)_ diff --git a/docs/generate.md b/docs/generate.md index 8621563c..0f90f2ec 100644 --- a/docs/generate.md +++ b/docs/generate.md @@ -13,13 +13,14 @@ Generate Variable Types from the management API USAGE $ dvc generate types [--config-path ] [--auth-path ] [--repo-config-path ] [--client-id ] [--client-secret ] [--project ] [--no-api] [--headless] [--output-dir ] [--react] - [--nextjs] [--old-repos] [--include-descriptions] [--strict-custom-data] [--obfuscate] + [--nextjs] [--no-declaration] [--old-repos] [--include-descriptions] [--strict-custom-data] [--obfuscate] [--include-deprecation-warnings] FLAGS --include-deprecation-warnings Include @deprecated tags for variables of completed features --include-descriptions Include variable descriptions in the variable information comment --nextjs Generate types for use with Next.js + --no-declaration Do not generate a "declare module" statement that automatically overrides SDK types. --obfuscate Obfuscate the variable keys. --old-repos Generate types for use with old DevCycle repos (@devcycle/devcycle-react-sdk, @devcycle/devcycle-js-sdk) @@ -42,4 +43,4 @@ DESCRIPTION Generate Variable Types from the management API ``` -_See code: [src/commands/generate/types.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/generate/types.ts)_ +_See code: [src/commands/generate/types.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/generate/types.ts)_ diff --git a/docs/identity.md b/docs/identity.md index 0937d382..da25b8bc 100644 --- a/docs/identity.md +++ b/docs/identity.md @@ -30,7 +30,7 @@ DESCRIPTION Print your DevCycle Identity. ``` -_See code: [src/commands/identity/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/identity/get.ts)_ +_See code: [src/commands/identity/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/identity/get.ts)_ ## `dvc identity update` @@ -59,4 +59,4 @@ DESCRIPTION Update your DevCycle Identity. ``` -_See code: [src/commands/identity/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/identity/update.ts)_ +_See code: [src/commands/identity/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/identity/update.ts)_ diff --git a/docs/keys.md b/docs/keys.md index 14e4c388..4d6b301c 100644 --- a/docs/keys.md +++ b/docs/keys.md @@ -40,4 +40,4 @@ EXAMPLES $ dvc keys get --keys=environment-one,environment-two ``` -_See code: [src/commands/keys/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/keys/get.ts)_ +_See code: [src/commands/keys/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/keys/get.ts)_ diff --git a/docs/login.md b/docs/login.md index 0c971be0..4f046a05 100644 --- a/docs/login.md +++ b/docs/login.md @@ -36,7 +36,7 @@ EXAMPLES $ dvc login again ``` -_See code: [src/commands/login/again.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/login/again.ts)_ +_See code: [src/commands/login/again.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/login/again.ts)_ ## `dvc login sso` @@ -65,4 +65,4 @@ DESCRIPTION Log in through the DevCycle Universal Login. This will open a browser window. ``` -_See code: [src/commands/login/sso.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/login/sso.ts)_ +_See code: [src/commands/login/sso.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/login/sso.ts)_ diff --git a/docs/logout.md b/docs/logout.md index e2d7ea58..65d32559 100644 --- a/docs/logout.md +++ b/docs/logout.md @@ -29,4 +29,4 @@ DESCRIPTION Discards any auth configuration that has been stored in the auth configuration file. ``` -_See code: [src/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/logout/index.ts)_ +_See code: [src/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/logout/index.ts)_ diff --git a/docs/organizations.md b/docs/organizations.md index e98e1954..badad8ca 100644 --- a/docs/organizations.md +++ b/docs/organizations.md @@ -32,7 +32,7 @@ DESCRIPTION Retrieve Organizations available to the current user ``` -_See code: [src/commands/organizations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/organizations/get.ts)_ +_See code: [src/commands/organizations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/organizations/get.ts)_ ## `dvc organizations list` @@ -61,7 +61,7 @@ ALIASES $ dvc organizations ls ``` -_See code: [src/commands/organizations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/organizations/list.ts)_ +_See code: [src/commands/organizations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/organizations/list.ts)_ ## `dvc organizations ls` @@ -117,4 +117,4 @@ DESCRIPTION Select which organization to access through the API ``` -_See code: [src/commands/organizations/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/organizations/select.ts)_ +_See code: [src/commands/organizations/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/organizations/select.ts)_ diff --git a/docs/overrides.md b/docs/overrides.md index aafef443..2a66c631 100644 --- a/docs/overrides.md +++ b/docs/overrides.md @@ -39,7 +39,7 @@ DESCRIPTION Clear Overrides for a given Feature or Project. ``` -_See code: [src/commands/overrides/clear.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/overrides/clear.ts)_ +_See code: [src/commands/overrides/clear.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/overrides/clear.ts)_ ## `dvc overrides get` @@ -70,7 +70,7 @@ DESCRIPTION View the Overrides associated with your DevCycle Identity in your current project. ``` -_See code: [src/commands/overrides/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/overrides/get.ts)_ +_See code: [src/commands/overrides/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/overrides/get.ts)_ ## `dvc overrides list` @@ -111,7 +111,7 @@ ALIASES $ dvc overrides ls ``` -_See code: [src/commands/overrides/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/overrides/list.ts)_ +_See code: [src/commands/overrides/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/overrides/list.ts)_ ## `dvc overrides ls` @@ -185,4 +185,4 @@ EXAMPLES $ dvc overrides update --feature feature-key --environment env-key --variation variation-key ``` -_See code: [src/commands/overrides/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/overrides/update.ts)_ +_See code: [src/commands/overrides/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/overrides/update.ts)_ diff --git a/docs/projects.md b/docs/projects.md index e3ac987d..8bbf8ff4 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -40,7 +40,7 @@ DESCRIPTION Create a new Project ``` -_See code: [src/commands/projects/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/projects/create.ts)_ +_See code: [src/commands/projects/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/projects/create.ts)_ ## `dvc projects current` @@ -66,7 +66,7 @@ DESCRIPTION View currently selected project ``` -_See code: [src/commands/projects/current.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/projects/current.ts)_ +_See code: [src/commands/projects/current.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/projects/current.ts)_ ## `dvc projects get` @@ -99,7 +99,7 @@ DESCRIPTION Retrieve all projects in the current Organization ``` -_See code: [src/commands/projects/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/projects/get.ts)_ +_See code: [src/commands/projects/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/projects/get.ts)_ ## `dvc projects list` @@ -128,7 +128,7 @@ ALIASES $ dvc projects ls ``` -_See code: [src/commands/projects/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/projects/list.ts)_ +_See code: [src/commands/projects/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/projects/list.ts)_ ## `dvc projects ls` @@ -184,4 +184,4 @@ DESCRIPTION Select which project to access through the API ``` -_See code: [src/commands/projects/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/projects/select.ts)_ +_See code: [src/commands/projects/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/projects/select.ts)_ diff --git a/docs/repo.md b/docs/repo.md index 54e60c81..6f5b89ae 100644 --- a/docs/repo.md +++ b/docs/repo.md @@ -32,4 +32,4 @@ DESCRIPTION Create the repo configuration file. This will open a browser window. ``` -_See code: [src/commands/repo/init.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/repo/init.ts)_ +_See code: [src/commands/repo/init.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/repo/init.ts)_ diff --git a/docs/status.md b/docs/status.md index baee5790..f62f71fc 100644 --- a/docs/status.md +++ b/docs/status.md @@ -29,4 +29,4 @@ DESCRIPTION Print CLI version information, configuration file locations and auth status. ``` -_See code: [src/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/status/index.ts)_ +_See code: [src/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/status/index.ts)_ diff --git a/docs/targeting.md b/docs/targeting.md index c1b4fcb3..8d8fcfe9 100644 --- a/docs/targeting.md +++ b/docs/targeting.md @@ -39,7 +39,7 @@ EXAMPLES $ dvc targeting disable feature-one environment-one ``` -_See code: [src/commands/targeting/disable.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/targeting/disable.ts)_ +_See code: [src/commands/targeting/disable.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/targeting/disable.ts)_ ## `dvc targeting enable [FEATURE] [ENVIRONMENT]` @@ -72,7 +72,7 @@ EXAMPLES $ dvc targeting enable feature-one environment-one ``` -_See code: [src/commands/targeting/enable.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/targeting/enable.ts)_ +_See code: [src/commands/targeting/enable.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/targeting/enable.ts)_ ## `dvc targeting get [FEATURE] [ENVIRONMENT]` @@ -107,7 +107,7 @@ EXAMPLES $ dvc targeting get feature-one environment-one ``` -_See code: [src/commands/targeting/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/targeting/get.ts)_ +_See code: [src/commands/targeting/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/targeting/get.ts)_ ## `dvc targeting update [FEATURE] [ENVIRONMENT]` @@ -144,4 +144,4 @@ DESCRIPTION variation to serve to the audience. ``` -_See code: [src/commands/targeting/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/targeting/update.ts)_ +_See code: [src/commands/targeting/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/targeting/update.ts)_ diff --git a/docs/usages.md b/docs/usages.md index 09461be3..864a6f3a 100644 --- a/docs/usages.md +++ b/docs/usages.md @@ -53,4 +53,4 @@ EXAMPLES $ dvc usages --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']" ``` -_See code: [src/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/usages/index.ts)_ +_See code: [src/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/usages/index.ts)_ diff --git a/docs/variables.md b/docs/variables.md index ef1c90cd..06959bdb 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -44,7 +44,7 @@ DESCRIPTION Create a new Variable for an existing Feature. ``` -_See code: [src/commands/variables/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variables/create.ts)_ +_See code: [src/commands/variables/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variables/create.ts)_ ## `dvc variables get` @@ -72,7 +72,7 @@ GLOBAL FLAGS --repo-config-path= Override the default location to look for the repo config.yml file ``` -_See code: [src/commands/variables/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variables/get.ts)_ +_See code: [src/commands/variables/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variables/get.ts)_ ## `dvc variables list` @@ -102,7 +102,7 @@ ALIASES $ dvc variables ls ``` -_See code: [src/commands/variables/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variables/list.ts)_ +_See code: [src/commands/variables/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variables/list.ts)_ ## `dvc variables ls` @@ -161,4 +161,4 @@ DESCRIPTION Update a Variable. ``` -_See code: [src/commands/variables/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variables/update.ts)_ +_See code: [src/commands/variables/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variables/update.ts)_ diff --git a/docs/variations.md b/docs/variations.md index e265dd27..f19bbe16 100644 --- a/docs/variations.md +++ b/docs/variations.md @@ -47,7 +47,7 @@ EXAMPLES $ dvc variations create --variables='{ "bool-var": true, "num-var": 80, "string-var": "test" }' ``` -_See code: [src/commands/variations/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variations/create.ts)_ +_See code: [src/commands/variations/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variations/create.ts)_ ## `dvc variations get [FEATURE]` @@ -76,7 +76,7 @@ DESCRIPTION Retrieve variations for a feature from the management API ``` -_See code: [src/commands/variations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variations/get.ts)_ +_See code: [src/commands/variations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variations/get.ts)_ ## `dvc variations list [FEATURE]` @@ -108,7 +108,7 @@ ALIASES $ dvc variations ls ``` -_See code: [src/commands/variations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variations/list.ts)_ +_See code: [src/commands/variations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variations/list.ts)_ ## `dvc variations ls [FEATURE]` @@ -174,4 +174,4 @@ DESCRIPTION Update a Variation. ``` -_See code: [src/commands/variations/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.19.0/src/commands/variations/update.ts)_ +_See code: [src/commands/variations/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.20.0/src/commands/variations/update.ts)_ diff --git a/oclif.manifest.json b/oclif.manifest.json index 654526c0..b2fbd4d7 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "5.18.0", + "version": "5.19.0", "commands": { "authCommand": { "id": "authCommand", @@ -2218,12 +2218,24 @@ "name": "react", "type": "boolean", "description": "Generate types for use with React", - "allowNo": false + "allowNo": false, + "deprecated": { + "message": "The React SDK since v1.30.0 does not require this flag. Its types can be augmented automatically" + } }, "nextjs": { "name": "nextjs", "type": "boolean", "description": "Generate types for use with Next.js", + "allowNo": false, + "deprecated": { + "message": "The Next.js SDK since v2.7.0 does not require this flag. Its types can be augmented automatically" + } + }, + "no-declaration": { + "name": "no-declaration", + "type": "boolean", + "description": "Do not generate a \"declare module\" statement that automatically overrides SDK types.", "allowNo": false }, "old-repos": { diff --git a/package.json b/package.json index bbbba04e..9854e155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "5.19.0", + "version": "5.20.0", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": {