diff --git a/README.md b/README.md index 16fe622e9..25b2fa5d2 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ $ npm install -g @devcycle/cli $ dvc COMMAND running command... $ dvc (--version) -@devcycle/cli/4.6.4 linux-x64 node-v18.16.0 +@devcycle/cli/4.7.0 linux-x64 node-v18.16.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND diff --git a/docs/cleanup.md b/docs/cleanup.md index b998dfb33..d9c6f5405 100644 --- a/docs/cleanup.md +++ b/docs/cleanup.md @@ -56,4 +56,4 @@ EXAMPLES $ dvc cleanup some-var --value "My Custom Name" --type String ``` -_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/cleanup/index.ts)_ +_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index 76577e497..ca4cbb7e2 100644 --- a/docs/diff.md +++ b/docs/diff.md @@ -51,4 +51,4 @@ EXAMPLES $ dvc diff --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']" ``` -_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/diff/index.ts)_ +_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/diff/index.ts)_ diff --git a/docs/logout.md b/docs/logout.md index 28beee1ba..db1f356f1 100644 --- a/docs/logout.md +++ b/docs/logout.md @@ -29,4 +29,4 @@ DESCRIPTION Discards any auth configuration that has been stored in the auth configuration file. ``` -_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/logout/index.ts)_ +_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/logout/index.ts)_ diff --git a/docs/org.md b/docs/org.md index 6cf5f650a..55fb883f8 100644 --- a/docs/org.md +++ b/docs/org.md @@ -32,4 +32,4 @@ DESCRIPTION Select which organization to access through the API ``` -_See code: [dist/commands/org/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/org/index.ts)_ +_See code: [dist/commands/org/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/org/index.ts)_ diff --git a/docs/status.md b/docs/status.md index 87d809228..aa08da298 100644 --- a/docs/status.md +++ b/docs/status.md @@ -29,4 +29,4 @@ DESCRIPTION Print CLI version information, configuration file locations and auth status. ``` -_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/status/index.ts)_ +_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/status/index.ts)_ diff --git a/docs/usages.md b/docs/usages.md index 03c90a4bf..c4443984e 100644 --- a/docs/usages.md +++ b/docs/usages.md @@ -52,4 +52,4 @@ EXAMPLES $ dvc usages --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']" ``` -_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.6.4/dist/commands/usages/index.ts)_ +_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.7.0/dist/commands/usages/index.ts)_ diff --git a/package.json b/package.json index ead16de88..c22903cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "4.6.4", + "version": "4.7.0", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": {