Skip to content

Commit c722af4

Browse files
author
AutoCloud Deploy Bot
committed
chore(release): 0.20.9
## [0.20.9](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.8...0.20.9) (2022-02-22) ### Bug Fixes * **deps:** update node eng requirement to 16 ([d43f18c](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/d43f18cdbf701d5df81ac321d9d950d67459bd29))
1 parent caa03c3 commit c722af4

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-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.9](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.8...0.20.9) (2022-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update node eng requirement to 16 ([d43f18c](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/d43f18cdbf701d5df81ac321d9d950d67459bd29))
7+
18
## [0.20.8](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.7...0.20.8) (2022-02-22)
29

310

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ EXAMPLES
14261426
$ cg init aws -r [Specify resources to crawl]
14271427
```
14281428

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

14311431
## `cg launch [PROVIDER]`
14321432

@@ -1458,7 +1458,7 @@ EXAMPLES
14581458
$ cg launch
14591459
```
14601460

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

14631463
## `cg load [PROVIDER]`
14641464

@@ -1492,7 +1492,7 @@ EXAMPLES
14921492
$ cg load aws [Load data for AWS]
14931493
```
14941494

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

14971497
## `cg policy [PROVIDER]`
14981498

@@ -1521,7 +1521,7 @@ DESCRIPTION
15211521
Commands to manage policy pack modules, run $ cg policy for more info.
15221522
```
15231523

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

15261526
## `cg policy:add [PROVIDER]`
15271527

@@ -1559,7 +1559,7 @@ EXAMPLES
15591559
$ cg policy add aws-cis-1.2.0@0.12.0
15601560
```
15611561

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

15641564
## `cg policy:install [PROVIDER]`
15651565

@@ -1595,7 +1595,7 @@ EXAMPLES
15951595
$ cg policy install
15961596
```
15971597

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

16001600
## `cg policy:list [PROVIDER]`
16011601

@@ -1635,7 +1635,7 @@ EXAMPLES
16351635
$ cg policy list aws
16361636
```
16371637

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

16401640
## `cg policy:remove [PROVIDER]`
16411641

@@ -1680,7 +1680,7 @@ EXAMPLES
16801680
$ cg policy delete aws-cis-1.2.0 --no-save
16811681
```
16821682

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

16851685
## `cg policy:update [PROVIDER]`
16861686

@@ -1717,7 +1717,7 @@ EXAMPLES
17171717
$ cg policy update aws-cis-1.2.0@0.12.0
17181718
```
17191719

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

17221722
## `cg provider [PROVIDER]`
17231723

@@ -1746,7 +1746,7 @@ DESCRIPTION
17461746
Commands to manage provider modules, run $ cg provider for more info.
17471747
```
17481748

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

17511751
## `cg provider:add [PROVIDER]`
17521752

@@ -1784,7 +1784,7 @@ EXAMPLES
17841784
$ cg provider add aws@0.12.0
17851785
```
17861786

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

17891789
## `cg provider:install [PROVIDER]`
17901790

@@ -1820,7 +1820,7 @@ EXAMPLES
18201820
$ cg provider install
18211821
```
18221822

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

18251825
## `cg provider:list [PROVIDER]`
18261826

@@ -1860,7 +1860,7 @@ EXAMPLES
18601860
$ cg provider list aws
18611861
```
18621862

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

18651865
## `cg provider:remove [PROVIDER]`
18661866

@@ -1905,7 +1905,7 @@ EXAMPLES
19051905
$ cg provider delete aws --no-save
19061906
```
19071907

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

19101910
## `cg provider:update [PROVIDER]`
19111911

@@ -1942,7 +1942,7 @@ EXAMPLES
19421942
$ cg provider update aws@0.12.0
19431943
```
19441944

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

19471947
## `cg scan [PROVIDER]`
19481948

@@ -1980,7 +1980,7 @@ EXAMPLES
19801980
$ cg scan aws --no-serve [Do not start the query engine]
19811981
```
19821982

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

19851985
## `cg serve [PROVIDER]`
19861986

@@ -2012,7 +2012,7 @@ EXAMPLES
20122012
$ cg serve
20132013
```
20142014

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

20172017
## `cg teardown [PROVIDER]`
20182018

@@ -2034,7 +2034,7 @@ EXAMPLES
20342034
$ cg teardown --delete-image
20352035
```
20362036

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

20392039
## `cg update [PROVIDER]`
20402040

@@ -2070,5 +2070,5 @@ EXAMPLES
20702070
$ cg update
20712071
```
20722072

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

0 commit comments

Comments
 (0)