From af316896736b95703cca77c3ba46e4801eb85d0e Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Mon, 21 Aug 2023 14:33:30 +0000 Subject: [PATCH] Release v5.4.3 --- README.md | 2 +- docs/cleanup.md | 2 +- docs/diff.md | 2 +- docs/logout.md | 2 +- docs/status.md | 2 +- docs/usages.md | 2 +- oclif.manifest.json | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 721ca16ef..813e6d0e7 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ $ npm install -g @devcycle/cli $ dvc COMMAND running command... $ dvc (--version) -@devcycle/cli/5.4.2 linux-x64 node-v18.16.0 +@devcycle/cli/5.4.3 linux-x64 node-v18.16.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND diff --git a/docs/cleanup.md b/docs/cleanup.md index e9ad467e6..9445c42dd 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/v5.4.2/dist/commands/cleanup/index.ts)_ +_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.4.3/dist/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index d1f07fbf2..948f23418 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/v5.4.2/dist/commands/diff/index.ts)_ +_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.4.3/dist/commands/diff/index.ts)_ diff --git a/docs/logout.md b/docs/logout.md index d47487458..0a8b1a644 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/v5.4.2/dist/commands/logout/index.ts)_ +_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.4.3/dist/commands/logout/index.ts)_ diff --git a/docs/status.md b/docs/status.md index 2a2b5f68d..57eae8ec7 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/v5.4.2/dist/commands/status/index.ts)_ +_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.4.3/dist/commands/status/index.ts)_ diff --git a/docs/usages.md b/docs/usages.md index 38ca804bb..b71238996 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/v5.4.2/dist/commands/usages/index.ts)_ +_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.4.3/dist/commands/usages/index.ts)_ diff --git a/oclif.manifest.json b/oclif.manifest.json index 9c521b65a..390460c36 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "5.4.1", + "version": "5.4.2", "commands": { "authCommand": { "id": "authCommand", diff --git a/package.json b/package.json index 46bb2b860..2eeb046b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "5.4.2", + "version": "5.4.3", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": {