@@ -714,7 +714,7 @@ EXAMPLES
714
714
$ cg init aws -r [Specify resources to crawl]
715
715
```
716
716
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 ) _
718
718
719
719
## ` cg launch [PROVIDER] `
720
720
@@ -738,7 +738,7 @@ EXAMPLE
738
738
$ cg launch
739
739
```
740
740
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 ) _
742
742
743
743
## ` cg load [PROVIDER] `
744
744
@@ -763,7 +763,7 @@ EXAMPLES
763
763
$ cg load aws [Load data for AWS]
764
764
```
765
765
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 ) _
767
767
768
768
## ` cg provider [PROVIDER] `
769
769
@@ -784,7 +784,7 @@ OPTIONS
784
784
--no-serve Set to not serve a query engine
785
785
```
786
786
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 ) _
788
788
789
789
## ` cg provider:add [PROVIDER] `
790
790
@@ -812,7 +812,7 @@ EXAMPLES
812
812
$ cg provider add aws@0.12.0
813
813
```
814
814
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 ) _
816
816
817
817
## ` cg provider:install [PROVIDER] `
818
818
@@ -839,7 +839,7 @@ EXAMPLE
839
839
$ cg provider install
840
840
```
841
841
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 ) _
843
843
844
844
## ` cg provider:list [PROVIDER] `
845
845
@@ -869,7 +869,7 @@ EXAMPLES
869
869
$ cg provider list aws
870
870
```
871
871
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 ) _
873
873
874
874
## ` cg provider:remove [PROVIDER] `
875
875
@@ -903,7 +903,7 @@ EXAMPLES
903
903
$ cg provider delete aws --no-save
904
904
```
905
905
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 ) _
907
907
908
908
## ` cg provider:update [PROVIDER] `
909
909
@@ -932,7 +932,7 @@ EXAMPLES
932
932
$cg provider update aws@0.12.0
933
933
```
934
934
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 ) _
936
936
937
937
## ` cg scan [PROVIDER] `
938
938
@@ -959,7 +959,7 @@ EXAMPLES
959
959
$ cg scan aws --no-serve [Do not start the query engine]
960
960
```
961
961
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 ) _
963
963
964
964
## ` cg serve [PROVIDER] `
965
965
@@ -983,5 +983,5 @@ EXAMPLE
983
983
$ cg serve
984
984
```
985
985
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 ) _
987
987
<!-- commandsstop -->
0 commit comments