diff --git a/CHANGELOG.md b/CHANGELOG.md index af43403..c36b561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.21.2](https://github.com/cloudgraphdev/cli/compare/0.21.1...0.21.2) (2022-03-23) + + +### Bug Fixes + +* **deps:** update deps to pin version for node-jq and oclif packages. Fix build command for tarballs ([2d08023](https://github.com/cloudgraphdev/cli/commit/2d080237eeb500abb116441c371cf898d65052de)) +* rename delete command examples to remove ([e332b59](https://github.com/cloudgraphdev/cli/commit/e332b59019c68730d487b88b2bc831b11f548be1)) + ## [0.21.2-beta.1](https://github.com/cloudgraphdev/cli/compare/0.21.1...0.21.2-beta.1) (2022-03-23) diff --git a/README.md b/README.md index f7d0784..099452a 100644 --- a/README.md +++ b/README.md @@ -1444,7 +1444,7 @@ EXAMPLES $ cg init aws -r [Specify resources to crawl] ``` -_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/init.ts)_ ## `cg launch [PROVIDER]` @@ -1476,7 +1476,7 @@ EXAMPLES $ cg launch ``` -_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/launch.ts)_ +_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/launch.ts)_ ## `cg load [PROVIDER]` @@ -1510,7 +1510,7 @@ EXAMPLES $ cg load aws [Load data for AWS] ``` -_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/load.ts)_ +_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/load.ts)_ ## `cg policy [PROVIDER]` @@ -1539,7 +1539,7 @@ DESCRIPTION Commands to manage policy pack modules, run $ cg policy for more info. ``` -_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/policy/index.ts)_ +_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/policy/index.ts)_ ## `cg policy add [PROVIDER]` @@ -1752,7 +1752,7 @@ DESCRIPTION Commands to manage provider modules, run $ cg provider for more info. ``` -_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/provider/index.ts)_ +_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/provider/index.ts)_ ## `cg provider add [PROVIDER]` @@ -1974,7 +1974,7 @@ EXAMPLES $ cg scan aws --no-serve [Do not start the query engine] ``` -_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/scan.ts)_ +_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/scan.ts)_ ## `cg serve [PROVIDER]` @@ -2006,7 +2006,7 @@ EXAMPLES $ cg serve ``` -_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/serve.ts)_ +_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/serve.ts)_ ## `cg teardown [PROVIDER]` @@ -2028,7 +2028,7 @@ EXAMPLES $ cg teardown --delete-image ``` -_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/teardown.ts)_ +_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/teardown.ts)_ ## `cg update [PROVIDER]` @@ -2064,5 +2064,5 @@ EXAMPLES $ cg update ``` -_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2-beta.1/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.2/src/commands/update.ts)_ diff --git a/package.json b/package.json index 9ba3ebe..870dfcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cloudgraph/cli", "description": "Scan your cloud infrastructure data and query it with GraphQL", - "version": "0.21.2-beta.1", + "version": "0.21.2", "author": "AutoCloud", "license": "MPL-2.0", "publishConfig": {