From 3e1a37e1628b4daec122e7ea9b8e3a0a4948a667 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Fri, 15 Sep 2023 17:58:53 +0000 Subject: [PATCH] Release v5.10.0 --- README.md | 4 ++-- docs/cleanup.md | 2 +- docs/diff.md | 2 +- docs/logout.md | 2 +- docs/status.md | 2 +- docs/usages.md | 2 +- package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a2bf6287..9fc772ee 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.9.2 linux-x64 node-v18.16.0 +@devcycle/cli/5.10.0 linux-x64 node-v18.16.0 $ dvc --help [COMMAND] USAGE $ dvc COMMAND @@ -210,4 +210,4 @@ dvc usages --match-pattern ts="customVariableGetter\(\s*[\"']([^\"']*)[\"']" js= When testing your regex the `--show-regex` flag can be helpful. This will print all patterns used to find matches in your codebase. ``` dvc usages --show-regex -``` \ No newline at end of file +``` diff --git a/docs/cleanup.md b/docs/cleanup.md index 1cec4b95..28b0215e 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.9.2/dist/commands/cleanup/index.ts)_ +_See code: [dist/commands/cleanup/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.10.0/dist/commands/cleanup/index.ts)_ diff --git a/docs/diff.md b/docs/diff.md index ca1fba58..06fd09e7 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.9.2/dist/commands/diff/index.ts)_ +_See code: [dist/commands/diff/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.10.0/dist/commands/diff/index.ts)_ diff --git a/docs/logout.md b/docs/logout.md index 8df38dfb..f3f120dd 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.9.2/dist/commands/logout/index.ts)_ +_See code: [dist/commands/logout/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.10.0/dist/commands/logout/index.ts)_ diff --git a/docs/status.md b/docs/status.md index 20008d7f..b096eab8 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.9.2/dist/commands/status/index.ts)_ +_See code: [dist/commands/status/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.10.0/dist/commands/status/index.ts)_ diff --git a/docs/usages.md b/docs/usages.md index aac40225..1621237b 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.9.2/dist/commands/usages/index.ts)_ +_See code: [dist/commands/usages/index.ts](https://github.com/DevCycleHQ/cli/blob/v5.10.0/dist/commands/usages/index.ts)_ diff --git a/package.json b/package.json index 7b8f5e8d..c36ed5ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devcycle/cli", - "version": "5.9.2", + "version": "5.10.0", "description": "DevCycle CLI Tool", "author": "support@devcycle.com", "bin": {