Skip to content

Commit f7fc9b6

Browse files
author
AutoCloud Deploy Bot
committed
1 parent 5b739b8 commit f7fc9b6

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
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.8](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.7...0.20.8) (2022-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* spelling ([b7ba7b5](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/b7ba7b55f3aa85927d218b225d9060ac41ecc24e))
7+
18
## [0.20.7](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.6...0.20.7) (2022-02-21)
29

310

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Cloud Graph lets you **Know your cloud** in 5 minutes. Built and maintained with
5656
* [How It Works](#how-it-works)
5757
* [Authentication and Permissions](#authentication-and-permissions)
5858
* [Install](#install)
59+
* [Currently we support AWS CIS 1.2, GCP CIS 1.2, and Azure CIS 1.3.1 but more (pci, NIST, K8S NSA_CISA) are coming soon.](#currently-we-support-aws-cis-12-gcp-cis-12-and-azure-cis-131-but-more-pci-nist-k8s-nsa_cisa-are-coming-soon)
5960
* [Quick Start](#quick-start)
6061
* [Loading Previous Versions](#loading-previous-versions)
6162
* [Supported Services](#supported-services)
@@ -1425,7 +1426,7 @@ EXAMPLES
14251426
$ cg init aws -r [Specify resources to crawl]
14261427
```
14271428

1428-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/init.ts)_
1429+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/init.ts)_
14291430

14301431
## `cg launch [PROVIDER]`
14311432

@@ -1457,7 +1458,7 @@ EXAMPLES
14571458
$ cg launch
14581459
```
14591460

1460-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/launch.ts)_
1461+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/launch.ts)_
14611462

14621463
## `cg load [PROVIDER]`
14631464

@@ -1491,7 +1492,7 @@ EXAMPLES
14911492
$ cg load aws [Load data for AWS]
14921493
```
14931494

1494-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/load.ts)_
1495+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/load.ts)_
14951496

14961497
## `cg policy [PROVIDER]`
14971498

@@ -1520,7 +1521,7 @@ DESCRIPTION
15201521
Commands to manage policy pack modules, run $ cg policy for more info.
15211522
```
15221523

1523-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/index.ts)_
1524+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/index.ts)_
15241525

15251526
## `cg policy:add [PROVIDER]`
15261527

@@ -1558,7 +1559,7 @@ EXAMPLES
15581559
$ cg policy add [email protected]
15591560
```
15601561

1561-
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/add.ts)_
1562+
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/add.ts)_
15621563

15631564
## `cg policy:install [PROVIDER]`
15641565

@@ -1594,7 +1595,7 @@ EXAMPLES
15941595
$ cg policy install
15951596
```
15961597

1597-
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/install.ts)_
1598+
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/install.ts)_
15981599

15991600
## `cg policy:list [PROVIDER]`
16001601

@@ -1634,7 +1635,7 @@ EXAMPLES
16341635
$ cg policy list aws
16351636
```
16361637

1637-
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/list.ts)_
1638+
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/list.ts)_
16381639

16391640
## `cg policy:remove [PROVIDER]`
16401641

@@ -1679,7 +1680,7 @@ EXAMPLES
16791680
$ cg policy delete aws-cis-1.2.0 --no-save
16801681
```
16811682

1682-
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/remove.ts)_
1683+
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/remove.ts)_
16831684

16841685
## `cg policy:update [PROVIDER]`
16851686

@@ -1716,7 +1717,7 @@ EXAMPLES
17161717
$ cg policy update [email protected]
17171718
```
17181719

1719-
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/policy/update.ts)_
1720+
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/policy/update.ts)_
17201721

17211722
## `cg provider [PROVIDER]`
17221723

@@ -1745,7 +1746,7 @@ DESCRIPTION
17451746
Commands to manage provider modules, run $ cg provider for more info.
17461747
```
17471748

1748-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/index.ts)_
1749+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/index.ts)_
17491750

17501751
## `cg provider:add [PROVIDER]`
17511752

@@ -1783,7 +1784,7 @@ EXAMPLES
17831784
$ cg provider add [email protected]
17841785
```
17851786

1786-
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/add.ts)_
1787+
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/add.ts)_
17871788

17881789
## `cg provider:install [PROVIDER]`
17891790

@@ -1819,7 +1820,7 @@ EXAMPLES
18191820
$ cg provider install
18201821
```
18211822

1822-
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/install.ts)_
1823+
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/install.ts)_
18231824

18241825
## `cg provider:list [PROVIDER]`
18251826

@@ -1859,7 +1860,7 @@ EXAMPLES
18591860
$ cg provider list aws
18601861
```
18611862

1862-
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/list.ts)_
1863+
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/list.ts)_
18631864

18641865
## `cg provider:remove [PROVIDER]`
18651866

@@ -1904,7 +1905,7 @@ EXAMPLES
19041905
$ cg provider delete aws --no-save
19051906
```
19061907

1907-
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/remove.ts)_
1908+
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/remove.ts)_
19081909

19091910
## `cg provider:update [PROVIDER]`
19101911

@@ -1941,7 +1942,7 @@ EXAMPLES
19411942
$ cg provider update [email protected]
19421943
```
19431944

1944-
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/provider/update.ts)_
1945+
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/provider/update.ts)_
19451946

19461947
## `cg scan [PROVIDER]`
19471948

@@ -1979,7 +1980,7 @@ EXAMPLES
19791980
$ cg scan aws --no-serve [Do not start the query engine]
19801981
```
19811982

1982-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/scan.ts)_
1983+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/scan.ts)_
19831984

19841985
## `cg serve [PROVIDER]`
19851986

@@ -2011,7 +2012,7 @@ EXAMPLES
20112012
$ cg serve
20122013
```
20132014

2014-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/serve.ts)_
2015+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/serve.ts)_
20152016

20162017
## `cg teardown [PROVIDER]`
20172018

@@ -2033,7 +2034,7 @@ EXAMPLES
20332034
$ cg teardown --delete-image
20342035
```
20352036

2036-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.7/src/commands/teardown.ts)_
2037+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.8/src/commands/teardown.ts)_
20372038

20382039
## `cg update [PROVIDER]`
20392040

@@ -2069,5 +2070,5 @@ EXAMPLES
20692070
$ cg update
20702071
```
20712072

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

0 commit comments

Comments
 (0)