Skip to content

Commit f520796

Browse files
chore(release): 0.21.0-alpha.4
# [0.21.0-alpha.4](0.21.0-alpha.3...0.21.0-alpha.4) (2022-03-15) ### Bug Fixes * **brew:** update brew script with version key, update brew install dirs ([8d79abb](8d79abb))
1 parent 8d79abb commit f520796

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.21.0-alpha.4](https://github.com/cloudgraphdev/cli/compare/0.21.0-alpha.3...0.21.0-alpha.4) (2022-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **brew:** update brew script with version key, update brew install dirs ([8d79abb](https://github.com/cloudgraphdev/cli/commit/8d79abb9f8cee442ff5e912dd457101b9d2fc817))
7+
18
## [0.20.12](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.20.11...0.20.12) (2022-03-01)
29

310

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ EXAMPLES
14441444
$ cg init aws -r [Specify resources to crawl]
14451445
```
14461446

1447-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/init.ts)_
1447+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/init.ts)_
14481448

14491449
## `cg launch [PROVIDER]`
14501450

@@ -1476,7 +1476,7 @@ EXAMPLES
14761476
$ cg launch
14771477
```
14781478

1479-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/launch.ts)_
1479+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/launch.ts)_
14801480

14811481
## `cg load [PROVIDER]`
14821482

@@ -1510,7 +1510,7 @@ EXAMPLES
15101510
$ cg load aws [Load data for AWS]
15111511
```
15121512

1513-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/load.ts)_
1513+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/load.ts)_
15141514

15151515
## `cg policy [PROVIDER]`
15161516

@@ -1539,7 +1539,7 @@ DESCRIPTION
15391539
Commands to manage policy pack modules, run $ cg policy for more info.
15401540
```
15411541

1542-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/index.ts)_
1542+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/index.ts)_
15431543

15441544
## `cg policy:add [PROVIDER]`
15451545

@@ -1577,7 +1577,7 @@ EXAMPLES
15771577
$ cg policy add aws-cis-1.2.0@0.12.0
15781578
```
15791579

1580-
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/add.ts)_
1580+
_See code: [src/commands/policy/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/add.ts)_
15811581

15821582
## `cg policy:install [PROVIDER]`
15831583

@@ -1613,7 +1613,7 @@ EXAMPLES
16131613
$ cg policy install
16141614
```
16151615

1616-
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/install.ts)_
1616+
_See code: [src/commands/policy/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/install.ts)_
16171617

16181618
## `cg policy:list [PROVIDER]`
16191619

@@ -1653,7 +1653,7 @@ EXAMPLES
16531653
$ cg policy list aws
16541654
```
16551655

1656-
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/list.ts)_
1656+
_See code: [src/commands/policy/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/list.ts)_
16571657

16581658
## `cg policy:remove [PROVIDER]`
16591659

@@ -1698,7 +1698,7 @@ EXAMPLES
16981698
$ cg policy delete aws-cis-1.2.0 --no-save
16991699
```
17001700

1701-
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/remove.ts)_
1701+
_See code: [src/commands/policy/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/remove.ts)_
17021702

17031703
## `cg policy:update [PROVIDER]`
17041704

@@ -1735,7 +1735,7 @@ EXAMPLES
17351735
$ cg policy update aws-cis-1.2.0@0.12.0
17361736
```
17371737

1738-
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/policy/update.ts)_
1738+
_See code: [src/commands/policy/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/policy/update.ts)_
17391739

17401740
## `cg provider [PROVIDER]`
17411741

@@ -1764,7 +1764,7 @@ DESCRIPTION
17641764
Commands to manage provider modules, run $ cg provider for more info.
17651765
```
17661766

1767-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/index.ts)_
1767+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/index.ts)_
17681768

17691769
## `cg provider:add [PROVIDER]`
17701770

@@ -1802,7 +1802,7 @@ EXAMPLES
18021802
$ cg provider add aws@0.12.0
18031803
```
18041804

1805-
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/add.ts)_
1805+
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/add.ts)_
18061806

18071807
## `cg provider:install [PROVIDER]`
18081808

@@ -1838,7 +1838,7 @@ EXAMPLES
18381838
$ cg provider install
18391839
```
18401840

1841-
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/install.ts)_
1841+
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/install.ts)_
18421842

18431843
## `cg provider:list [PROVIDER]`
18441844

@@ -1878,7 +1878,7 @@ EXAMPLES
18781878
$ cg provider list aws
18791879
```
18801880

1881-
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/list.ts)_
1881+
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/list.ts)_
18821882

18831883
## `cg provider:remove [PROVIDER]`
18841884

@@ -1923,7 +1923,7 @@ EXAMPLES
19231923
$ cg provider delete aws --no-save
19241924
```
19251925

1926-
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/remove.ts)_
1926+
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/remove.ts)_
19271927

19281928
## `cg provider:update [PROVIDER]`
19291929

@@ -1960,7 +1960,7 @@ EXAMPLES
19601960
$ cg provider update aws@0.12.0
19611961
```
19621962

1963-
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/provider/update.ts)_
1963+
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/provider/update.ts)_
19641964

19651965
## `cg scan [PROVIDER]`
19661966

@@ -1998,7 +1998,7 @@ EXAMPLES
19981998
$ cg scan aws --no-serve [Do not start the query engine]
19991999
```
20002000

2001-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/scan.ts)_
2001+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/scan.ts)_
20022002

20032003
## `cg serve [PROVIDER]`
20042004

@@ -2030,7 +2030,7 @@ EXAMPLES
20302030
$ cg serve
20312031
```
20322032

2033-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/serve.ts)_
2033+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/serve.ts)_
20342034

20352035
## `cg teardown [PROVIDER]`
20362036

@@ -2052,7 +2052,7 @@ EXAMPLES
20522052
$ cg teardown --delete-image
20532053
```
20542054

2055-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/teardown.ts)_
2055+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/teardown.ts)_
20562056

20572057
## `cg update [PROVIDER]`
20582058

@@ -2088,5 +2088,5 @@ EXAMPLES
20882088
$ cg update
20892089
```
20902090

2091-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.20.12/src/commands/update.ts)_
2091+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0-alpha.4/src/commands/update.ts)_
20922092
<!-- 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.0-alpha.3",
4+
"version": "0.21.0-alpha.4",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)