Skip to content

Commit be0f20c

Browse files
author
AutoCloud Deploy Bot
committedSep 22, 2021
chore(release): 0.9.4
## [0.9.4](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.9.3...0.9.4) (2021-09-22) ### Bug Fixes * **launch:** update launch for new logger. update README with docker label ([7e3dd07](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/7e3dd07d14901ca2c69cff19363a94db51f7c3c5)) * **logger:** update logger calls, also handle logging of a msg when using an outdated version ([a3066d6](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/a3066d63848410a4689bee80b9cd1acc25076919)) * **logger:** update sdk dep version for new logger ([a2ff74f](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/a2ff74fef09ca3e0878d974b74bcdafa45ae2111))
1 parent 333bf59 commit be0f20c

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.9.4](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.9.3...0.9.4) (2021-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **launch:** update launch for new logger. update README with docker label ([7e3dd07](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/7e3dd07d14901ca2c69cff19363a94db51f7c3c5))
7+
* **logger:** update logger calls, also handle logging of a msg when using an outdated version ([a3066d6](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/a3066d63848410a4689bee80b9cd1acc25076919))
8+
* **logger:** update sdk dep version for new logger ([a2ff74f](https://gitlab.com/auto-cloud/cloudgraph/cli/commit/a2ff74fef09ca3e0878d974b74bcdafa45ae2111))
9+
110
## [0.9.3](https://gitlab.com/auto-cloud/cloudgraph/cli/compare/0.9.2...0.9.3) (2021-09-21)
211

312

‎README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ EXAMPLES
714714
$ cg init aws -r [Specify resources to crawl]
715715
```
716716

717-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/init.ts)_
717+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/init.ts)_
718718

719719
## `cg launch [PROVIDER]`
720720

@@ -738,7 +738,7 @@ EXAMPLE
738738
$ cg launch
739739
```
740740

741-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/launch.ts)_
741+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/launch.ts)_
742742

743743
## `cg load [PROVIDER]`
744744

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

766-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/load.ts)_
766+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/load.ts)_
767767

768768
## `cg provider [PROVIDER]`
769769

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

787-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/index.ts)_
787+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/index.ts)_
788788

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

@@ -812,7 +812,7 @@ EXAMPLES
812812
$ cg provider add aws@0.12.0
813813
```
814814

815-
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/add.ts)_
815+
_See code: [src/commands/provider/add.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/add.ts)_
816816

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

@@ -839,7 +839,7 @@ EXAMPLE
839839
$ cg provider install
840840
```
841841

842-
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/install.ts)_
842+
_See code: [src/commands/provider/install.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/install.ts)_
843843

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

@@ -869,7 +869,7 @@ EXAMPLES
869869
$ cg provider list aws
870870
```
871871

872-
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/list.ts)_
872+
_See code: [src/commands/provider/list.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/list.ts)_
873873

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

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

906-
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/remove.ts)_
906+
_See code: [src/commands/provider/remove.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/remove.ts)_
907907

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

@@ -932,7 +932,7 @@ EXAMPLES
932932
$cg provider update aws@0.12.0
933933
```
934934

935-
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/provider/update.ts)_
935+
_See code: [src/commands/provider/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/provider/update.ts)_
936936

937937
## `cg scan [PROVIDER]`
938938

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

962-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/scan.ts)_
962+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/scan.ts)_
963963

964964
## `cg serve [PROVIDER]`
965965

@@ -983,5 +983,5 @@ EXAMPLE
983983
$ cg serve
984984
```
985985

986-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.3/src/commands/serve.ts)_
986+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.9.4/src/commands/serve.ts)_
987987
<!-- commandsstop -->

‎package.json

+1-1
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.9.3",
4+
"version": "0.9.4",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

0 commit comments

Comments
 (0)