From fa6f1c632d9ec28f70d765f47deee733a3d6f347 Mon Sep 17 00:00:00 2001 From: Parth Suthar Date: Mon, 12 Jun 2023 10:29:10 -0400 Subject: [PATCH 1/2] 4.4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d038a73..3d15e6472 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ npm install -g @devcycle/cli $ dvc COMMAND running command... $ dvc (--version) -@devcycle/cli/4.3.2 darwin-arm64 node-v18.16.0 +@devcycle/cli/4.4.0 darwin-arm64 node-v18.16.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND diff --git a/package.json b/package.json index d861f1546..e289b7276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "4.3.2", + "version": "4.4.0", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": { From 92a207c7b08854ab7e74d88364e88b257e779468 Mon Sep 17 00:00:00 2001 From: Parth Suthar Date: Mon, 12 Jun 2023 10:30:24 -0400 Subject: [PATCH 2/2] [release] 4.4.0 --- docs/cleanup.md | 2 +- docs/diff.md | 2 +- docs/logout.md | 2 +- docs/org.md | 2 +- docs/status.md | 2 +- docs/usages.md | 2 +- oclif.manifest.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/cleanup.md b/docs/cleanup.md index e110cd6bb..26bc3ee6f 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.3.2/dist/commands/cleanup/index.ts)_ +_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index f5184fc56..c41726db3 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.3.2/dist/commands/diff/index.ts)_ +_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/diff/index.ts)_ diff --git a/docs/logout.md b/docs/logout.md index da5c594cb..c6d7983c2 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.3.2/dist/commands/logout/index.ts)_ +_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/logout/index.ts)_ diff --git a/docs/org.md b/docs/org.md index eaf9962c1..b2a08da2b 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.3.2/dist/commands/org/index.ts)_ +_See code: [dist/commands/org/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/org/index.ts)_ diff --git a/docs/status.md b/docs/status.md index a76dcff51..955c094cc 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.3.2/dist/commands/status/index.ts)_ +_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/status/index.ts)_ diff --git a/docs/usages.md b/docs/usages.md index e7b56ed20..51c6ecddc 100644 --- a/docs/usages.md +++ b/docs/usages.md @@ -51,4 +51,4 @@ EXAMPLES $ dvc usages --match-pattern js="dvcClient\.variable\(\s*["']([^"']*)["']" ``` -_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.3.2/dist/commands/usages/index.ts)_ +_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v4.4.0/dist/commands/usages/index.ts)_ diff --git a/oclif.manifest.json b/oclif.manifest.json index 445397a89..963b234ea 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "4.3.2", + "version": "4.4.0", "commands": { "authCommand": { "id": "authCommand",