@@ -1426,7 +1426,7 @@ EXAMPLES
14261426 $ cg init aws -r [Specify resources to crawl]
14271427```
14281428
1429- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/init.ts ) _
1429+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/init.ts ) _
14301430
14311431## ` cg launch [PROVIDER] `
14321432
@@ -1458,7 +1458,7 @@ EXAMPLES
14581458 $ cg launch
14591459```
14601460
1461- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/launch.ts ) _
1461+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/launch.ts ) _
14621462
14631463## ` cg load [PROVIDER] `
14641464
@@ -1492,7 +1492,7 @@ EXAMPLES
14921492 $ cg load aws [Load data for AWS]
14931493```
14941494
1495- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/load.ts ) _
1495+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/load.ts ) _
14961496
14971497## ` cg policy [PROVIDER] `
14981498
@@ -1521,7 +1521,7 @@ DESCRIPTION
15211521 Commands to manage policy pack modules, run $ cg policy for more info.
15221522```
15231523
1524- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/index.ts ) _
1524+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/index.ts ) _
15251525
15261526## ` cg policy:add [PROVIDER] `
15271527
@@ -1559,7 +1559,7 @@ EXAMPLES
15591559 $ cg policy add aws-cis-1.2.0@0.12.0
15601560```
15611561
1562- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/add.ts ) _
1562+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/add.ts ) _
15631563
15641564## ` cg policy:install [PROVIDER] `
15651565
@@ -1595,7 +1595,7 @@ EXAMPLES
15951595 $ cg policy install
15961596```
15971597
1598- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/install.ts ) _
1598+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/install.ts ) _
15991599
16001600## ` cg policy:list [PROVIDER] `
16011601
@@ -1635,7 +1635,7 @@ EXAMPLES
16351635 $ cg policy list aws
16361636```
16371637
1638- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/list.ts ) _
1638+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/list.ts ) _
16391639
16401640## ` cg policy:remove [PROVIDER] `
16411641
@@ -1680,7 +1680,7 @@ EXAMPLES
16801680 $ cg policy delete aws-cis-1.2.0 --no-save
16811681```
16821682
1683- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/remove.ts ) _
1683+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/remove.ts ) _
16841684
16851685## ` cg policy:update [PROVIDER] `
16861686
@@ -1717,7 +1717,7 @@ EXAMPLES
17171717 $ cg policy update aws-cis-1.2.0@0.12.0
17181718```
17191719
1720- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/update.ts ) _
1720+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/policy/update.ts ) _
17211721
17221722## ` cg provider [PROVIDER] `
17231723
@@ -1746,7 +1746,7 @@ DESCRIPTION
17461746 Commands to manage provider modules, run $ cg provider for more info.
17471747```
17481748
1749- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/index.ts ) _
1749+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/index.ts ) _
17501750
17511751## ` cg provider:add [PROVIDER] `
17521752
@@ -1784,7 +1784,7 @@ EXAMPLES
17841784 $ cg provider add aws@0.12.0
17851785```
17861786
1787- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/add.ts ) _
1787+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/add.ts ) _
17881788
17891789## ` cg provider:install [PROVIDER] `
17901790
@@ -1820,7 +1820,7 @@ EXAMPLES
18201820 $ cg provider install
18211821```
18221822
1823- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/install.ts ) _
1823+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/install.ts ) _
18241824
18251825## ` cg provider:list [PROVIDER] `
18261826
@@ -1860,7 +1860,7 @@ EXAMPLES
18601860 $ cg provider list aws
18611861```
18621862
1863- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/list.ts ) _
1863+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/list.ts ) _
18641864
18651865## ` cg provider:remove [PROVIDER] `
18661866
@@ -1905,7 +1905,7 @@ EXAMPLES
19051905 $ cg provider delete aws --no-save
19061906```
19071907
1908- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/remove.ts ) _
1908+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/remove.ts ) _
19091909
19101910## ` cg provider:update [PROVIDER] `
19111911
@@ -1942,7 +1942,7 @@ EXAMPLES
19421942 $ cg provider update aws@0.12.0
19431943```
19441944
1945- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/update.ts ) _
1945+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/provider/update.ts ) _
19461946
19471947## ` cg scan [PROVIDER] `
19481948
@@ -1980,7 +1980,7 @@ EXAMPLES
19801980 $ cg scan aws --no-serve [Do not start the query engine]
19811981```
19821982
1983- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/scan.ts ) _
1983+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/scan.ts ) _
19841984
19851985## ` cg serve [PROVIDER] `
19861986
@@ -2012,7 +2012,7 @@ EXAMPLES
20122012 $ cg serve
20132013```
20142014
2015- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/serve.ts ) _
2015+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/serve.ts ) _
20162016
20172017## ` cg teardown [PROVIDER] `
20182018
@@ -2034,7 +2034,7 @@ EXAMPLES
20342034 $ cg teardown --delete-image
20352035```
20362036
2037- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/teardown.ts ) _
2037+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/teardown.ts ) _
20382038
20392039## ` cg update [PROVIDER] `
20402040
@@ -2070,5 +2070,5 @@ EXAMPLES
20702070 $ cg update
20712071```
20722072
2073- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/update.ts ) _
2073+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.10 /src/commands/update.ts ) _
20742074<!-- commandsstop -->
0 commit comments