Skip to content

Commit 14ebf48

Browse files
chore(release): 0.22.0-beta.1
# [0.22.0-beta.1](0.21.4...0.22.0-beta.1) (2022-05-20) ### Features * **tencent:** add tencent in provider list ([f4ade5b](f4ade5b))
1 parent dedaefc commit 14ebf48

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.22.0-beta.1](https://github.com/cloudgraphdev/cli/compare/0.21.4...0.22.0-beta.1) (2022-05-20)
2+
3+
4+
### Features
5+
6+
* **tencent:** add tencent in provider list ([f4ade5b](https://github.com/cloudgraphdev/cli/commit/f4ade5b3dbf6343e7595afb2ee8ecf5c7dbb412b))
7+
18
# [0.22.0-alpha.1](https://github.com/cloudgraphdev/cli/compare/0.21.4...0.22.0-alpha.1) (2022-05-10)
29

310

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ EXAMPLES
14461446
$ cg init aws -r [Specify resources to crawl]
14471447
```
14481448

1449-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/init.ts)_
1449+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/init.ts)_
14501450

14511451
## `cg launch [PROVIDER]`
14521452

@@ -1478,7 +1478,7 @@ EXAMPLES
14781478
$ cg launch
14791479
```
14801480

1481-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/launch.ts)_
1481+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/launch.ts)_
14821482

14831483
## `cg load [PROVIDER]`
14841484

@@ -1512,7 +1512,7 @@ EXAMPLES
15121512
$ cg load aws [Load data for AWS]
15131513
```
15141514

1515-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/load.ts)_
1515+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/load.ts)_
15161516

15171517
## `cg policy [PROVIDER]`
15181518

@@ -1541,7 +1541,7 @@ DESCRIPTION
15411541
Commands to manage policy pack modules, run $ cg policy for more info.
15421542
```
15431543

1544-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/policy/index.ts)_
1544+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/policy/index.ts)_
15451545

15461546
## `cg policy add [PROVIDER]`
15471547

@@ -1754,7 +1754,7 @@ DESCRIPTION
17541754
Commands to manage provider modules, run $ cg provider for more info.
17551755
```
17561756

1757-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/provider/index.ts)_
1757+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/provider/index.ts)_
17581758

17591759
## `cg provider add [PROVIDER]`
17601760

@@ -1976,7 +1976,7 @@ EXAMPLES
19761976
$ cg scan aws --no-serve [Do not start the query engine]
19771977
```
19781978

1979-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/scan.ts)_
1979+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/scan.ts)_
19801980

19811981
## `cg serve [PROVIDER]`
19821982

@@ -2008,7 +2008,7 @@ EXAMPLES
20082008
$ cg serve
20092009
```
20102010

2011-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/serve.ts)_
2011+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/serve.ts)_
20122012

20132013
## `cg teardown [PROVIDER]`
20142014

@@ -2030,7 +2030,7 @@ EXAMPLES
20302030
$ cg teardown --delete-image
20312031
```
20322032

2033-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/teardown.ts)_
2033+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/teardown.ts)_
20342034

20352035
## `cg update [PROVIDER]`
20362036

@@ -2066,5 +2066,5 @@ EXAMPLES
20662066
$ cg update
20672067
```
20682068

2069-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha.1/src/commands/update.ts)_
2069+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.22.0-beta.1/src/commands/update.ts)_
20702070
<!-- 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.22.0-alpha.1",
4+
"version": "0.22.0-beta.1",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)