Skip to content

Commit ef8789a

Browse files
Release v4.6.4
1 parent 967c2c7 commit ef8789a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $ npm install -g @devcycle/cli
9393
$ dvc COMMAND
9494
running command...
9595
$ dvc (--version)
96-
@devcycle/cli/4.6.3 darwin-arm64 node-v18.16.0
96+
@devcycle/cli/4.6.4 linux-x64 node-v18.16.0
9797
$ dvc --help [COMMAND]
9898
USAGE
9999
$ dvc COMMAND

docs/cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/v4.6.3/dist/commands/cleanup/index.ts)_
59+
_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/cleanup/index.ts)_

docs/diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/v4.6.3/dist/commands/diff/index.ts)_
54+
_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/diff/index.ts)_

docs/logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/v4.6.3/dist/commands/logout/index.ts)_
32+
_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/logout/index.ts)_

docs/org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ DESCRIPTION
3232
Select which organization to access through the API
3333
```
3434

35-
_See code: [dist/commands/org/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.3/dist/commands/org/index.ts)_
35+
_See code: [dist/commands/org/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/org/index.ts)_

docs/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/v4.6.3/dist/commands/status/index.ts)_
32+
_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/status/index.ts)_

docs/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/v4.6.3/dist/commands/usages/index.ts)_
55+
_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/usages/index.ts)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devcycle/cli",
3-
"version": "4.6.3",
3+
"version": "4.6.4",
44
"description": "DevCycle CLI Tool",
55
"author": "support@devcycle.com",
66
"bin": {

0 commit comments

Comments
 (0)