Skip to content

Commit 2b6a5ad

Browse files
authored
Merge branch 'alpha' into fix/rename-delete-examples-to-remove
2 parents e332b59 + ad82280 commit 2b6a5ad

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.21.1](https://github.com/cloudgraphdev/cli/compare/0.21.0...0.21.1) (2022-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Removed account from scan report ([50a38d9](https://github.com/cloudgraphdev/cli/commit/50a38d94d3ea4232d70d944f37aea5dc9e2d1ce8))
7+
* Update oclif version to fix Aliases issue ([4c4c860](https://github.com/cloudgraphdev/cli/commit/4c4c860a4d1ecf0fc3e7a4bd690ffece2d3441c9))
8+
19
## [0.21.1-beta.1](https://github.com/cloudgraphdev/cli/compare/0.21.0...0.21.1-beta.1) (2022-03-18)
210

311

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ EXAMPLES
16161616
$ cg init aws -r [Specify resources to crawl]
16171617
```
16181618

1619-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/init.ts)_
1619+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/init.ts)_
16201620

16211621
## `cg install policy [PROVIDER]`
16221622

@@ -1927,7 +1927,7 @@ DESCRIPTION
19271927
Commands to manage policy pack modules, run $ cg policy for more info.
19281928
```
19291929

1930-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/policy/index.ts)_
1930+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/policy/index.ts)_
19311931

19321932
## `cg policy add [PROVIDER]`
19331933

@@ -2182,7 +2182,7 @@ DESCRIPTION
21822182
Commands to manage provider modules, run $ cg provider for more info.
21832183
```
21842184

2185-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/provider/index.ts)_
2185+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/provider/index.ts)_
21862186

21872187
## `cg provider add [PROVIDER]`
21882188

@@ -2614,7 +2614,7 @@ EXAMPLES
26142614
$ cg scan aws --no-serve [Do not start the query engine]
26152615
```
26162616

2617-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/scan.ts)_
2617+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/scan.ts)_
26182618

26192619
## `cg serve [PROVIDER]`
26202620

@@ -2646,7 +2646,7 @@ EXAMPLES
26462646
$ cg serve
26472647
```
26482648

2649-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/serve.ts)_
2649+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/serve.ts)_
26502650

26512651
## `cg teardown [PROVIDER]`
26522652

@@ -2668,7 +2668,7 @@ EXAMPLES
26682668
$ cg teardown --delete-image
26692669
```
26702670

2671-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/teardown.ts)_
2671+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/teardown.ts)_
26722672

26732673
## `cg update [PROVIDER]`
26742674

@@ -2704,5 +2704,5 @@ EXAMPLES
27042704
$ cg update
27052705
```
27062706

2707-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/update.ts)_
2707+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/update.ts)_
27082708
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudgraph/cli",
33
"description": "Scan your cloud infrastructure data and query it with GraphQL",
4-
"version": "0.21.1-beta.1",
4+
"version": "0.21.1",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)