diff --git a/README.md b/README.md index 9a106d46a..ef9e7cbb3 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ $ npm install -g @devcycle/cli $ dvc COMMAND running command... $ dvc (--version) -@devcycle/cli/5.0.0 linux-x64 node-v18.16.0 +@devcycle/cli/5.0.1 linux-x64 node-v18.16.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND @@ -115,6 +115,7 @@ USAGE * [`dvc keys`](docs/keys.md) - Retrieve SDK keys from the Management API. * [`dvc login`](docs/login.md) - Log in to DevCycle. * [`dvc logout`](docs/logout.md) - Discards any auth configuration that has been stored in the auth configuration file. +* [`dvc org`](docs/org.md) - Switch organizations. * [`dvc organizations`](docs/organizations.md) - List the keys of all organizations available to the current user * [`dvc projects`](docs/projects.md) - Create, or view Projects with the Management API. * [`dvc repo`](docs/repo.md) - Manage repository configuration. diff --git a/docs/cleanup.md b/docs/cleanup.md index 1dca8670f..39810a1bf 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.0.0/dist/commands/cleanup/index.ts)_ +_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.1/dist/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index 0b0fe596d..b01ff0abf 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.0.0/dist/commands/diff/index.ts)_ +_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.1/dist/commands/diff/index.ts)_ diff --git a/docs/logout.md b/docs/logout.md index 2e810b1cc..8af991c2f 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.0.0/dist/commands/logout/index.ts)_ +_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.1/dist/commands/logout/index.ts)_ diff --git a/docs/status.md b/docs/status.md index 0d9c4968d..590bc47d9 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.0.0/dist/commands/status/index.ts)_ +_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.1/dist/commands/status/index.ts)_ diff --git a/docs/usages.md b/docs/usages.md index a914fc60c..1caea5229 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.0.0/dist/commands/usages/index.ts)_ +_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.1/dist/commands/usages/index.ts)_ diff --git a/oclif.manifest.json b/oclif.manifest.json index 615077ea4..cbb43a95a 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "4.7.1", + "version": "5.0.0", "commands": { "authCommand": { "id": "authCommand", diff --git a/package.json b/package.json index 839b6eb99..89ca4f8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "5.0.0", + "version": "5.0.1", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": {