Skip to content

Commit 0dc0235

Browse files
author
AutoCloud Deploy Bot
committed
chore(release): 0.20.4
## [0.20.4](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.3...0.20.4) (2022-02-19) ### Bug Fixes * **readme:** update readme as well as homebrew script ([6386017](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/638601795c0fea3a9b942b07afa18eb51a0ade2f))
1 parent 7a1fddd commit 0dc0235

File tree

3 files changed

+28
-21
lines changed

3 files changed

+28
-21
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.20.4](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.3...0.20.4) (2022-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **readme:** update readme as well as homebrew script ([6386017](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/638601795c0fea3a9b942b07afa18eb51a0ade2f))
7+
18
## [0.20.3](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.2...0.20.3) (2022-02-18)
29

310

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The universal **GraphQL** API for **AWS**, **Azure**, **GCP**, and **K8s** - que
4444
* [How It Works](#how-it-works)
4545
* [Authentication and Permissions](#authentication-and-permissions)
4646
* [Install](#install)
47-
* [Currently we support AWS CIS 1.2, but Azure and GCP are coming soon.](#currently-we-support-aws-cis-12-but-azure-and-gcp-are-coming-soon)
47+
* [Currently we support AWS CIS 1.2 and GCP CIS 1.2 but Azure and K8s are coming soon.](#currently-we-support-aws-cis-12-and-gcp-cis-12-but-azure-and-k8s-are-coming-soon)
4848
* [Quick Start](#quick-start)
4949
* [Loading Previous Versions](#loading-previous-versions)
5050
* [Supported Services](#supported-services)
@@ -1413,7 +1413,7 @@ EXAMPLES
14131413
$ cg init aws -r [Specify resources to crawl]
14141414
```
14151415

1416-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/init.ts)_
1416+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/init.ts)_
14171417

14181418
## `cg launch [PROVIDER]`
14191419

@@ -1445,7 +1445,7 @@ EXAMPLES
14451445
$ cg launch
14461446
```
14471447

1448-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/launch.ts)_
1448+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/launch.ts)_
14491449

14501450
## `cg load [PROVIDER]`
14511451

@@ -1479,7 +1479,7 @@ EXAMPLES
14791479
$ cg load aws [Load data for AWS]
14801480
```
14811481

1482-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/load.ts)_
1482+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/load.ts)_
14831483

14841484
## `cg policy [PROVIDER]`
14851485

@@ -1508,7 +1508,7 @@ DESCRIPTION
15081508
Commands to manage policy pack modules, run $ cg policy for more info.
15091509
```
15101510

1511-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/index.ts)_
1511+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/index.ts)_
15121512

15131513
## `cg policy:add [PROVIDER]`
15141514

@@ -1546,7 +1546,7 @@ EXAMPLES
15461546
$ cg policy add [email protected]
15471547
```
15481548

1549-
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/add.ts)_
1549+
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/add.ts)_
15501550

15511551
## `cg policy:install [PROVIDER]`
15521552

@@ -1582,7 +1582,7 @@ EXAMPLES
15821582
$ cg policy install
15831583
```
15841584

1585-
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/install.ts)_
1585+
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/install.ts)_
15861586

15871587
## `cg policy:list [PROVIDER]`
15881588

@@ -1622,7 +1622,7 @@ EXAMPLES
16221622
$ cg policy list aws
16231623
```
16241624

1625-
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/list.ts)_
1625+
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/list.ts)_
16261626

16271627
## `cg policy:remove [PROVIDER]`
16281628

@@ -1667,7 +1667,7 @@ EXAMPLES
16671667
$ cg policy delete aws-cis-1.2.0 --no-save
16681668
```
16691669

1670-
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/remove.ts)_
1670+
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/remove.ts)_
16711671

16721672
## `cg policy:update [PROVIDER]`
16731673

@@ -1704,7 +1704,7 @@ EXAMPLES
17041704
$ cg policy update [email protected]
17051705
```
17061706

1707-
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/policy/update.ts)_
1707+
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/policy/update.ts)_
17081708

17091709
## `cg provider [PROVIDER]`
17101710

@@ -1733,7 +1733,7 @@ DESCRIPTION
17331733
Commands to manage provider modules, run $ cg provider for more info.
17341734
```
17351735

1736-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/index.ts)_
1736+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/index.ts)_
17371737

17381738
## `cg provider:add [PROVIDER]`
17391739

@@ -1771,7 +1771,7 @@ EXAMPLES
17711771
$ cg provider add [email protected]
17721772
```
17731773

1774-
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/add.ts)_
1774+
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/add.ts)_
17751775

17761776
## `cg provider:install [PROVIDER]`
17771777

@@ -1807,7 +1807,7 @@ EXAMPLES
18071807
$ cg provider install
18081808
```
18091809

1810-
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/install.ts)_
1810+
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/install.ts)_
18111811

18121812
## `cg provider:list [PROVIDER]`
18131813

@@ -1847,7 +1847,7 @@ EXAMPLES
18471847
$ cg provider list aws
18481848
```
18491849

1850-
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/list.ts)_
1850+
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/list.ts)_
18511851

18521852
## `cg provider:remove [PROVIDER]`
18531853

@@ -1892,7 +1892,7 @@ EXAMPLES
18921892
$ cg provider delete aws --no-save
18931893
```
18941894

1895-
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/remove.ts)_
1895+
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/remove.ts)_
18961896

18971897
## `cg provider:update [PROVIDER]`
18981898

@@ -1929,7 +1929,7 @@ EXAMPLES
19291929
$ cg provider update [email protected]
19301930
```
19311931

1932-
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/provider/update.ts)_
1932+
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/provider/update.ts)_
19331933

19341934
## `cg scan [PROVIDER]`
19351935

@@ -1967,7 +1967,7 @@ EXAMPLES
19671967
$ cg scan aws --no-serve [Do not start the query engine]
19681968
```
19691969

1970-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/scan.ts)_
1970+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/scan.ts)_
19711971

19721972
## `cg serve [PROVIDER]`
19731973

@@ -1999,7 +1999,7 @@ EXAMPLES
19991999
$ cg serve
20002000
```
20012001

2002-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/serve.ts)_
2002+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/serve.ts)_
20032003

20042004
## `cg teardown [PROVIDER]`
20052005

@@ -2021,7 +2021,7 @@ EXAMPLES
20212021
$ cg teardown --delete-image
20222022
```
20232023

2024-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/teardown.ts)_
2024+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/teardown.ts)_
20252025

20262026
## `cg update [PROVIDER]`
20272027

@@ -2057,5 +2057,5 @@ EXAMPLES
20572057
$ cg update
20582058
```
20592059

2060-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.3/src/commands/update.ts)_
2060+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.4/src/commands/update.ts)_
20612061
<!-- 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.20.3",
4+
"version": "0.20.4",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)