Skip to content

Commit dcae35c

Browse files
author
AutoCloud Deploy Bot
committed
1 parent 7088c01 commit dcae35c

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.9.0](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.8.10...0.9.0) (2021-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **readme:** add links to common errors in logs ([58e4079](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/58e4079f4793fababedadcbb6927c5a887153d0a))
7+
* **readme:** fix typo ([bc0345a](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/bc0345a47e4da2a4d08f611f967e0212586e88b9))
8+
9+
10+
### Features
11+
12+
* **readme:** update readme with common errors ([bd6bd9b](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/bd6bd9b5e32b32d78f339b784d2af3c23a89d66b))
13+
114
## [0.8.10](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.8.9...0.8.10) (2021-09-15)
215

316

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ EXAMPLES
713713
$ cg init aws -r [Specify resources to crawl]
714714
```
715715

716-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/init.ts)_
716+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/init.ts)_
717717

718718
## `cg launch [PROVIDER]`
719719

@@ -737,7 +737,7 @@ EXAMPLE
737737
$ cg launch
738738
```
739739

740-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/launch.ts)_
740+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/launch.ts)_
741741

742742
## `cg load [PROVIDER]`
743743

@@ -762,7 +762,7 @@ EXAMPLES
762762
$ cg load aws [Load data for AWS]
763763
```
764764

765-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/load.ts)_
765+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/load.ts)_
766766

767767
## `cg provider [PROVIDER]`
768768

@@ -783,7 +783,7 @@ OPTIONS
783783
--no-serve Set to not serve a query engine
784784
```
785785

786-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/index.ts)_
786+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/index.ts)_
787787

788788
## `cg provider:add [PROVIDER]`
789789

@@ -811,7 +811,7 @@ EXAMPLES
811811
$ cg provider add [email protected]
812812
```
813813

814-
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/add.ts)_
814+
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/add.ts)_
815815

816816
## `cg provider:install [PROVIDER]`
817817

@@ -838,7 +838,7 @@ EXAMPLE
838838
$ cg provider install
839839
```
840840

841-
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/install.ts)_
841+
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/install.ts)_
842842

843843
## `cg provider:list [PROVIDER]`
844844

@@ -868,7 +868,7 @@ EXAMPLES
868868
$ cg provider list aws
869869
```
870870

871-
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/list.ts)_
871+
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/list.ts)_
872872

873873
## `cg provider:remove [PROVIDER]`
874874

@@ -902,7 +902,7 @@ EXAMPLES
902902
$ cg provider delete aws --no-save
903903
```
904904

905-
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/remove.ts)_
905+
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/remove.ts)_
906906

907907
## `cg provider:update [PROVIDER]`
908908

@@ -931,7 +931,7 @@ EXAMPLES
931931
$cg provider update [email protected]
932932
```
933933

934-
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/provider/update.ts)_
934+
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/provider/update.ts)_
935935

936936
## `cg scan [PROVIDER]`
937937

@@ -958,7 +958,7 @@ EXAMPLES
958958
$ cg scan aws --no-serve [Do not start the query engine]
959959
```
960960

961-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/scan.ts)_
961+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/scan.ts)_
962962

963963
## `cg serve [PROVIDER]`
964964

@@ -982,5 +982,5 @@ EXAMPLE
982982
$ cg serve
983983
```
984984

985-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.8.10/src/commands/serve.ts)_
985+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.0/src/commands/serve.ts)_
986986
<!-- 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.8.10",
4+
"version": "0.9.0",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)