Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Aug 1, 2023
1 parent ec6f3e5 commit e302266
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ npm install -g @devcycle/cli
$ dvc COMMAND
running command...
$ dvc (--version)
@devcycle/cli/4.7.1 linux-x64 node-v18.16.0
@devcycle/cli/5.0.0 linux-x64 node-v18.16.0
$ dvc --help [COMMAND]
USAGE
$ dvc COMMAND
Expand All @@ -116,6 +116,7 @@ USAGE
* [`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.
* [`dvc status`](docs/status.md) - Check CLI status.
Expand Down
2 changes: 1 addition & 1 deletion docs/cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/dist/commands/cleanup/index.ts)_
_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.0/dist/commands/cleanup/index.ts)_
2 changes: 1 addition & 1 deletion docs/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/dist/commands/diff/index.ts)_
_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.0/dist/commands/diff/index.ts)_
2 changes: 1 addition & 1 deletion docs/logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/dist/commands/logout/index.ts)_
_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.0/dist/commands/logout/index.ts)_
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/dist/commands/status/index.ts)_
_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.0/dist/commands/status/index.ts)_
2 changes: 1 addition & 1 deletion docs/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/dist/commands/usages/index.ts)_
_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.0.0/dist/commands/usages/index.ts)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devcycle/cli",
"version": "4.7.1",
"version": "5.0.0",
"description": "DevCycle CLI Tool",
"author": "[email protected]",
"bin": {
Expand Down

0 comments on commit e302266

Please sign in to comment.