File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ $ npm install -g @devcycle/cli
108108$ dvc COMMAND
109109running command...
110110$ dvc (--version)
111- @devcycle/cli/5.20.2 darwin-arm64 node-v22.12.0
111+ @devcycle/cli/5.20.3 linux-x64 node-v22.12.0
112112$ dvc --help [COMMAND]
113113USAGE
114114 $ dvc COMMAND
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ EXAMPLES
3939 $ dvc alias add --alias=VARIABLE_ALIAS --variable=variable-key
4040```
4141
42- _ See code: [ src/commands/alias/add.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/alias/add.ts ) _
42+ _ See code: [ src/commands/alias/add.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/alias/add.ts ) _
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ EXAMPLES
5656 $ dvc cleanup some-var --value "My Custom Name" --type String
5757```
5858
59- _ See code: [ src/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/cleanup/index.ts ) _
59+ _ See code: [ src/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/cleanup/index.ts ) _
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ EXAMPLES
5555 $ dvc diff --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']"
5656```
5757
58- _ See code: [ src/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/diff/index.ts ) _
58+ _ See code: [ src/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/diff/index.ts ) _
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ DESCRIPTION
4141 Create a new Environment for an existing Feature.
4242```
4343
44- _ See code: [ src/commands/environments/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/environments/create.ts ) _
44+ _ See code: [ src/commands/environments/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/create.ts ) _
4545
4646## ` dvc environments get `
4747
@@ -75,7 +75,7 @@ EXAMPLES
7575 $ dvc environments get --keys=environment-one,environment-two
7676```
7777
78- _ See code: [ src/commands/environments/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/environments/get.ts ) _
78+ _ See code: [ src/commands/environments/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/get.ts ) _
7979
8080## ` dvc environments list `
8181
@@ -99,7 +99,7 @@ ALIASES
9999 $ dvc environments ls
100100```
101101
102- _ See code: [ src/commands/environments/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/environments/list.ts ) _
102+ _ See code: [ src/commands/environments/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/list.ts ) _
103103
104104## ` dvc environments ls `
105105
@@ -155,4 +155,4 @@ DESCRIPTION
155155 Update a Environment.
156156```
157157
158- _ See code: [ src/commands/environments/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/environments/update.ts ) _
158+ _ See code: [ src/commands/environments/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/update.ts ) _
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ DESCRIPTION
4343 Create a new Feature.
4444```
4545
46- _ See code: [ src/commands/features/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/features/create.ts ) _
46+ _ See code: [ src/commands/features/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/create.ts ) _
4747
4848## ` dvc features delete [FEATURE] `
4949
@@ -72,7 +72,7 @@ DESCRIPTION
7272 Delete a feature
7373```
7474
75- _ See code: [ src/commands/features/delete.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/features/delete.ts ) _
75+ _ See code: [ src/commands/features/delete.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/delete.ts ) _
7676
7777## ` dvc features get `
7878
@@ -110,7 +110,7 @@ EXAMPLES
110110 $ dvc features get --keys=feature-one,feature-two
111111```
112112
113- _ See code: [ src/commands/features/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/features/get.ts ) _
113+ _ See code: [ src/commands/features/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/get.ts ) _
114114
115115## ` dvc features list `
116116
@@ -145,7 +145,7 @@ ALIASES
145145 $ dvc features ls
146146```
147147
148- _ See code: [ src/commands/features/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/features/list.ts ) _
148+ _ See code: [ src/commands/features/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/list.ts ) _
149149
150150## ` dvc features ls `
151151
@@ -213,4 +213,4 @@ DESCRIPTION
213213 Update a Feature.
214214```
215215
216- _ See code: [ src/commands/features/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/features/update.ts ) _
216+ _ See code: [ src/commands/features/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/update.ts ) _
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ DESCRIPTION
4343 Generate Variable Types from the management API
4444```
4545
46- _ See code: [ src/commands/generate/types.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/generate/types.ts ) _
46+ _ See code: [ src/commands/generate/types.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/generate/types.ts ) _
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DESCRIPTION
3030 Print your DevCycle Identity.
3131```
3232
33- _ See code: [ src/commands/identity/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/identity/get.ts ) _
33+ _ See code: [ src/commands/identity/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/identity/get.ts ) _
3434
3535## ` dvc identity update `
3636
@@ -59,4 +59,4 @@ DESCRIPTION
5959 Update your DevCycle Identity.
6060```
6161
62- _ See code: [ src/commands/identity/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/identity/update.ts ) _
62+ _ See code: [ src/commands/identity/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/identity/update.ts ) _
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ EXAMPLES
4040 $ dvc keys get --keys=environment-one,environment-two
4141```
4242
43- _ See code: [ src/commands/keys/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/keys/get.ts ) _
43+ _ See code: [ src/commands/keys/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/keys/get.ts ) _
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ EXAMPLES
3636 $ dvc login again
3737```
3838
39- _ See code: [ src/commands/login/again.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/login/again.ts ) _
39+ _ See code: [ src/commands/login/again.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/login/again.ts ) _
4040
4141## ` dvc login sso `
4242
@@ -65,4 +65,4 @@ DESCRIPTION
6565 Log in through the DevCycle Universal Login. This will open a browser window.
6666```
6767
68- _ See code: [ src/commands/login/sso.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.2 /src/commands/login/sso.ts ) _
68+ _ See code: [ src/commands/login/sso.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/login/sso.ts ) _
You can’t perform that action at this time.
0 commit comments