Skip to content

Commit

Permalink
Release v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Aug 27, 2024
1 parent fb7eab9 commit a13070c
Show file tree
Hide file tree
Showing 22 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $ npm install -g @devcycle/cli
$ dvc COMMAND
running command...
$ dvc (--version)
@devcycle/cli/5.15.2 linux-x64 node-v20.10.0
@devcycle/cli/5.16.0 linux-x64 node-v20.10.0
$ dvc --help [COMMAND]
USAGE
$ dvc COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/alias/add.ts)_
_See code: [src/commands/alias/add.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/alias/add.ts)_
2 changes: 1 addition & 1 deletion docs/cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/cleanup/index.ts)_
_See code: [src/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/cleanup/index.ts)_
2 changes: 1 addition & 1 deletion docs/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/diff/index.ts)_
_See code: [src/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/diff/index.ts)_
8 changes: 4 additions & 4 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/environments/create.ts)_
_See code: [src/commands/environments/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/environments/create.ts)_

## `dvc environments get`

Expand Down Expand Up @@ -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.15.2/src/commands/environments/get.ts)_
_See code: [src/commands/environments/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/environments/get.ts)_

## `dvc environments list`

Expand All @@ -99,7 +99,7 @@ ALIASES
$ dvc environments ls
```

_See code: [src/commands/environments/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/environments/list.ts)_
_See code: [src/commands/environments/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/environments/list.ts)_

## `dvc environments ls`

Expand Down Expand Up @@ -155,4 +155,4 @@ DESCRIPTION
Update a Environment.
```

_See code: [src/commands/environments/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/environments/update.ts)_
_See code: [src/commands/environments/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/environments/update.ts)_
10 changes: 5 additions & 5 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DESCRIPTION
Create a new Feature.
```

_See code: [src/commands/features/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/features/create.ts)_
_See code: [src/commands/features/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/features/create.ts)_

## `dvc features delete [FEATURE]`

Expand Down Expand Up @@ -72,7 +72,7 @@ DESCRIPTION
Delete a feature
```

_See code: [src/commands/features/delete.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/features/delete.ts)_
_See code: [src/commands/features/delete.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/features/delete.ts)_

## `dvc features get`

Expand Down Expand Up @@ -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.15.2/src/commands/features/get.ts)_
_See code: [src/commands/features/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/features/get.ts)_

## `dvc features list`

Expand Down Expand Up @@ -145,7 +145,7 @@ ALIASES
$ dvc features ls
```

_See code: [src/commands/features/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/features/list.ts)_
_See code: [src/commands/features/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/features/list.ts)_

## `dvc features ls`

Expand Down Expand Up @@ -213,4 +213,4 @@ DESCRIPTION
Update a Feature.
```

_See code: [src/commands/features/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/features/update.ts)_
_See code: [src/commands/features/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/features/update.ts)_
2 changes: 1 addition & 1 deletion docs/generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ DESCRIPTION
Generate Variable Types from the management API
```

_See code: [src/commands/generate/types.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/generate/types.ts)_
_See code: [src/commands/generate/types.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/generate/types.ts)_
4 changes: 2 additions & 2 deletions docs/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DESCRIPTION
Print your DevCycle Identity.
```

_See code: [src/commands/identity/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/identity/get.ts)_
_See code: [src/commands/identity/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/identity/get.ts)_

## `dvc identity update`

Expand Down Expand Up @@ -59,4 +59,4 @@ DESCRIPTION
Update your DevCycle Identity.
```

_See code: [src/commands/identity/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/identity/update.ts)_
_See code: [src/commands/identity/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/identity/update.ts)_
2 changes: 1 addition & 1 deletion docs/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/keys/get.ts)_
_See code: [src/commands/keys/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/keys/get.ts)_
4 changes: 2 additions & 2 deletions docs/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXAMPLES
$ dvc login again
```

_See code: [src/commands/login/again.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/login/again.ts)_
_See code: [src/commands/login/again.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/login/again.ts)_

## `dvc login sso`

Expand Down Expand Up @@ -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.15.2/src/commands/login/sso.ts)_
_See code: [src/commands/login/sso.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/login/sso.ts)_
2 changes: 1 addition & 1 deletion docs/logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/logout/index.ts)_
_See code: [src/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/logout/index.ts)_
6 changes: 3 additions & 3 deletions docs/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/organizations/get.ts)_
_See code: [src/commands/organizations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/organizations/get.ts)_

## `dvc organizations list`

Expand Down Expand Up @@ -61,7 +61,7 @@ ALIASES
$ dvc organizations ls
```

_See code: [src/commands/organizations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/organizations/list.ts)_
_See code: [src/commands/organizations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/organizations/list.ts)_

## `dvc organizations ls`

Expand Down Expand Up @@ -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.15.2/src/commands/organizations/select.ts)_
_See code: [src/commands/organizations/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/organizations/select.ts)_
8 changes: 4 additions & 4 deletions docs/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/overrides/clear.ts)_
_See code: [src/commands/overrides/clear.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/overrides/clear.ts)_

## `dvc overrides get`

Expand Down Expand Up @@ -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.15.2/src/commands/overrides/get.ts)_
_See code: [src/commands/overrides/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/overrides/get.ts)_

## `dvc overrides list`

Expand Down Expand Up @@ -111,7 +111,7 @@ ALIASES
$ dvc overrides ls
```

_See code: [src/commands/overrides/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/overrides/list.ts)_
_See code: [src/commands/overrides/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/overrides/list.ts)_

## `dvc overrides ls`

Expand Down Expand Up @@ -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.15.2/src/commands/overrides/update.ts)_
_See code: [src/commands/overrides/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/overrides/update.ts)_
10 changes: 5 additions & 5 deletions docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DESCRIPTION
Create a new Project
```

_See code: [src/commands/projects/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/projects/create.ts)_
_See code: [src/commands/projects/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/projects/create.ts)_

## `dvc projects current`

Expand All @@ -66,7 +66,7 @@ DESCRIPTION
View currently selected project
```

_See code: [src/commands/projects/current.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/projects/current.ts)_
_See code: [src/commands/projects/current.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/projects/current.ts)_

## `dvc projects get`

Expand Down Expand Up @@ -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.15.2/src/commands/projects/get.ts)_
_See code: [src/commands/projects/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/projects/get.ts)_

## `dvc projects list`

Expand Down Expand Up @@ -128,7 +128,7 @@ ALIASES
$ dvc projects ls
```

_See code: [src/commands/projects/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/projects/list.ts)_
_See code: [src/commands/projects/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/projects/list.ts)_

## `dvc projects ls`

Expand Down Expand Up @@ -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.15.2/src/commands/projects/select.ts)_
_See code: [src/commands/projects/select.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/projects/select.ts)_
2 changes: 1 addition & 1 deletion docs/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/repo/init.ts)_
_See code: [src/commands/repo/init.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/repo/init.ts)_
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/status/index.ts)_
_See code: [src/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/status/index.ts)_
8 changes: 4 additions & 4 deletions docs/targeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/targeting/disable.ts)_
_See code: [src/commands/targeting/disable.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/targeting/disable.ts)_

## `dvc targeting enable [FEATURE] [ENVIRONMENT]`

Expand Down Expand Up @@ -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.15.2/src/commands/targeting/enable.ts)_
_See code: [src/commands/targeting/enable.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/targeting/enable.ts)_

## `dvc targeting get [FEATURE] [ENVIRONMENT]`

Expand Down Expand Up @@ -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.15.2/src/commands/targeting/get.ts)_
_See code: [src/commands/targeting/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/targeting/get.ts)_

## `dvc targeting update [FEATURE] [ENVIRONMENT]`

Expand Down Expand Up @@ -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.15.2/src/commands/targeting/update.ts)_
_See code: [src/commands/targeting/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/targeting/update.ts)_
2 changes: 1 addition & 1 deletion docs/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ EXAMPLES
$ dvc usages --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']"
```

_See code: [src/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/usages/index.ts)_
_See code: [src/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/usages/index.ts)_
8 changes: 4 additions & 4 deletions docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/variables/create.ts)_
_See code: [src/commands/variables/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variables/create.ts)_

## `dvc variables get`

Expand Down Expand Up @@ -72,7 +72,7 @@ GLOBAL FLAGS
--repo-config-path=<value> 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.15.2/src/commands/variables/get.ts)_
_See code: [src/commands/variables/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variables/get.ts)_

## `dvc variables list`

Expand Down Expand Up @@ -102,7 +102,7 @@ ALIASES
$ dvc variables ls
```

_See code: [src/commands/variables/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/variables/list.ts)_
_See code: [src/commands/variables/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variables/list.ts)_

## `dvc variables ls`

Expand Down Expand Up @@ -161,4 +161,4 @@ DESCRIPTION
Update a Variable.
```

_See code: [src/commands/variables/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/variables/update.ts)_
_See code: [src/commands/variables/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variables/update.ts)_
8 changes: 4 additions & 4 deletions docs/variations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2/src/commands/variations/create.ts)_
_See code: [src/commands/variations/create.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variations/create.ts)_

## `dvc variations get [FEATURE]`

Expand Down Expand Up @@ -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.15.2/src/commands/variations/get.ts)_
_See code: [src/commands/variations/get.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variations/get.ts)_

## `dvc variations list [FEATURE]`

Expand Down Expand Up @@ -108,7 +108,7 @@ ALIASES
$ dvc variations ls
```

_See code: [src/commands/variations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/variations/list.ts)_
_See code: [src/commands/variations/list.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variations/list.ts)_

## `dvc variations ls [FEATURE]`

Expand Down Expand Up @@ -174,4 +174,4 @@ DESCRIPTION
Update a Variation.
```

_See code: [src/commands/variations/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.15.2/src/commands/variations/update.ts)_
_See code: [src/commands/variations/update.ts](https://github.com/DevCycleHQ/cli/blob/v5.16.0/src/commands/variations/update.ts)_
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.15.1",
"version": "5.15.2",
"commands": {
"authCommand": {
"id": "authCommand",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devcycle/cli",
"version": "5.15.2",
"version": "5.16.0",
"description": "DevCycle CLI Tool",
"author": "[email protected]",
"bin": {
Expand Down

0 comments on commit a13070c

Please sign in to comment.