File tree Expand file tree Collapse file tree 21 files changed +48
-48
lines changed Expand file tree Collapse file tree 21 files changed +48
-48
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ $ npm install -g @devcycle/cli
108
108
$ dvc COMMAND
109
109
running command...
110
110
$ dvc (--version)
111
- @devcycle/cli/5.20.3 darwin-arm64 node-v20.11.1
111
+ @devcycle/cli/5.21.0 linux-x64 node-v22.12.0
112
112
$ dvc --help [COMMAND]
113
113
USAGE
114
114
$ dvc COMMAND
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ EXAMPLES
39
39
$ dvc alias add --alias=VARIABLE_ALIAS --variable=variable-key
40
40
```
41
41
42
- _ See code: [ src/commands/alias/add.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/alias/add.ts ) _
42
+ _ See code: [ src/commands/alias/add.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/alias/add.ts ) _
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ EXAMPLES
56
56
$ dvc cleanup some-var --value "My Custom Name" --type String
57
57
```
58
58
59
- _ See code: [ src/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/cleanup/index.ts ) _
59
+ _ See code: [ src/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/cleanup/index.ts ) _
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ EXAMPLES
55
55
$ dvc diff --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']"
56
56
```
57
57
58
- _ See code: [ src/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/diff/index.ts ) _
58
+ _ See code: [ src/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/diff/index.ts ) _
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ DESCRIPTION
41
41
Create a new Environment for an existing Feature.
42
42
```
43
43
44
- _ See code: [ src/commands/environments/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/create.ts ) _
44
+ _ See code: [ src/commands/environments/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/environments/create.ts ) _
45
45
46
46
## ` dvc environments get `
47
47
@@ -75,7 +75,7 @@ EXAMPLES
75
75
$ dvc environments get --keys=environment-one,environment-two
76
76
```
77
77
78
- _ See code: [ src/commands/environments/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/get.ts ) _
78
+ _ See code: [ src/commands/environments/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/environments/get.ts ) _
79
79
80
80
## ` dvc environments list `
81
81
@@ -99,7 +99,7 @@ ALIASES
99
99
$ dvc environments ls
100
100
```
101
101
102
- _ See code: [ src/commands/environments/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/list.ts ) _
102
+ _ See code: [ src/commands/environments/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/environments/list.ts ) _
103
103
104
104
## ` dvc environments ls `
105
105
@@ -155,4 +155,4 @@ DESCRIPTION
155
155
Update a Environment.
156
156
```
157
157
158
- _ See code: [ src/commands/environments/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/environments/update.ts ) _
158
+ _ See code: [ src/commands/environments/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/environments/update.ts ) _
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ DESCRIPTION
43
43
Create a new Feature.
44
44
```
45
45
46
- _ See code: [ src/commands/features/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/create.ts ) _
46
+ _ See code: [ src/commands/features/create.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/features/create.ts ) _
47
47
48
48
## ` dvc features delete [FEATURE] `
49
49
@@ -72,7 +72,7 @@ DESCRIPTION
72
72
Delete a feature
73
73
```
74
74
75
- _ See code: [ src/commands/features/delete.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/delete.ts ) _
75
+ _ See code: [ src/commands/features/delete.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/features/delete.ts ) _
76
76
77
77
## ` dvc features get `
78
78
@@ -110,7 +110,7 @@ EXAMPLES
110
110
$ dvc features get --keys=feature-one,feature-two
111
111
```
112
112
113
- _ See code: [ src/commands/features/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/get.ts ) _
113
+ _ See code: [ src/commands/features/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/features/get.ts ) _
114
114
115
115
## ` dvc features list `
116
116
@@ -145,7 +145,7 @@ ALIASES
145
145
$ dvc features ls
146
146
```
147
147
148
- _ See code: [ src/commands/features/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/list.ts ) _
148
+ _ See code: [ src/commands/features/list.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/features/list.ts ) _
149
149
150
150
## ` dvc features ls `
151
151
@@ -213,4 +213,4 @@ DESCRIPTION
213
213
Update a Feature.
214
214
```
215
215
216
- _ See code: [ src/commands/features/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/features/update.ts ) _
216
+ _ See code: [ src/commands/features/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/features/update.ts ) _
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ DESCRIPTION
43
43
Generate Variable Types from the management API
44
44
```
45
45
46
- _ See code: [ src/commands/generate/types.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/generate/types.ts ) _
46
+ _ See code: [ src/commands/generate/types.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/generate/types.ts ) _
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DESCRIPTION
30
30
Print your DevCycle Identity.
31
31
```
32
32
33
- _ See code: [ src/commands/identity/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/identity/get.ts ) _
33
+ _ See code: [ src/commands/identity/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/identity/get.ts ) _
34
34
35
35
## ` dvc identity update `
36
36
@@ -59,4 +59,4 @@ DESCRIPTION
59
59
Update your DevCycle Identity.
60
60
```
61
61
62
- _ See code: [ src/commands/identity/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/identity/update.ts ) _
62
+ _ See code: [ src/commands/identity/update.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/identity/update.ts ) _
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ EXAMPLES
40
40
$ dvc keys get --keys=environment-one,environment-two
41
41
```
42
42
43
- _ See code: [ src/commands/keys/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/keys/get.ts ) _
43
+ _ See code: [ src/commands/keys/get.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/keys/get.ts ) _
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ EXAMPLES
36
36
$ dvc login again
37
37
```
38
38
39
- _ See code: [ src/commands/login/again.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/login/again.ts ) _
39
+ _ See code: [ src/commands/login/again.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/login/again.ts ) _
40
40
41
41
## ` dvc login sso `
42
42
@@ -65,4 +65,4 @@ DESCRIPTION
65
65
Log in through the DevCycle Universal Login. This will open a browser window.
66
66
```
67
67
68
- _ See code: [ src/commands/login/sso.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.20.3 /src/commands/login/sso.ts ) _
68
+ _ See code: [ src/commands/login/sso.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.21.0 /src/commands/login/sso.ts ) _
You can’t perform that action at this time.
0 commit comments