File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ $ npm install -g @devcycle/cli
100100$ dvc COMMAND
101101running command...
102102$ dvc (--version)
103- @devcycle/cli/5.8 .0 darwin-arm64 node-v18.16.0
103+ @devcycle/cli/5.9 .0 linux-x64 node-v18.16.0
104104$ dvc --help [COMMAND]
105105USAGE
106106 $ dvc COMMAND
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: [ dist/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.8 .0/dist/commands/cleanup/index.ts ) _
59+ _ See code: [ dist/commands/cleanup/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.9 .0/dist/commands/cleanup/index.ts ) _
Original file line number Diff line number Diff line change @@ -51,4 +51,4 @@ EXAMPLES
5151 $ dvc diff --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']"
5252```
5353
54- _ See code: [ dist/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.8 .0/dist/commands/diff/index.ts ) _
54+ _ See code: [ dist/commands/diff/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.9 .0/dist/commands/diff/index.ts ) _
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ DESCRIPTION
2929 Discards any auth configuration that has been stored in the auth configuration file.
3030```
3131
32- _ See code: [ dist/commands/logout/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.8 .0/dist/commands/logout/index.ts ) _
32+ _ See code: [ dist/commands/logout/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.9 .0/dist/commands/logout/index.ts ) _
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ DESCRIPTION
2929 Print CLI version information, configuration file locations and auth status.
3030```
3131
32- _ See code: [ dist/commands/status/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.8 .0/dist/commands/status/index.ts ) _
32+ _ See code: [ dist/commands/status/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.9 .0/dist/commands/status/index.ts ) _
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ EXAMPLES
5252 $ dvc usages --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']"
5353```
5454
55- _ See code: [ dist/commands/usages/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.8 .0/dist/commands/usages/index.ts ) _
55+ _ See code: [ dist/commands/usages/index.ts] ( https://github.com/DevCycleHQ/cli/blob/v5.9 .0/dist/commands/usages/index.ts ) _
Original file line number Diff line number Diff line change 11{
22 "name" : " @devcycle/cli" ,
3- "version" : " 5.8 .0" ,
3+ "version" : " 5.9 .0" ,
44 "description" : " DevCycle CLI Tool" ,
55 "author" : " support@devcycle.com" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments