@@ -1413,7 +1413,7 @@ EXAMPLES
14131413 $ cg init aws -r [Specify resources to crawl]
14141414```
14151415
1416- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/init.ts ) _
1416+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/init.ts ) _
14171417
14181418## ` cg launch [PROVIDER] `
14191419
@@ -1445,7 +1445,7 @@ EXAMPLES
14451445 $ cg launch
14461446```
14471447
1448- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/launch.ts ) _
1448+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/launch.ts ) _
14491449
14501450## ` cg load [PROVIDER] `
14511451
@@ -1479,7 +1479,7 @@ EXAMPLES
14791479 $ cg load aws [Load data for AWS]
14801480```
14811481
1482- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/load.ts ) _
1482+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/load.ts ) _
14831483
14841484## ` cg policy [PROVIDER] `
14851485
@@ -1508,7 +1508,7 @@ DESCRIPTION
15081508 Commands to manage policy pack modules, run $ cg policy for more info.
15091509```
15101510
1511- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/index.ts ) _
1511+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/index.ts ) _
15121512
15131513## ` cg policy:add [PROVIDER] `
15141514
@@ -1546,7 +1546,7 @@ EXAMPLES
15461546 $ cg policy add aws-cis-1.2.0@0.12.0
15471547```
15481548
1549- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/add.ts ) _
1549+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/add.ts ) _
15501550
15511551## ` cg policy:install [PROVIDER] `
15521552
@@ -1582,7 +1582,7 @@ EXAMPLES
15821582 $ cg policy install
15831583```
15841584
1585- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/install.ts ) _
1585+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/install.ts ) _
15861586
15871587## ` cg policy:list [PROVIDER] `
15881588
@@ -1622,7 +1622,7 @@ EXAMPLES
16221622 $ cg policy list aws
16231623```
16241624
1625- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/list.ts ) _
1625+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/list.ts ) _
16261626
16271627## ` cg policy:remove [PROVIDER] `
16281628
@@ -1667,7 +1667,7 @@ EXAMPLES
16671667 $ cg policy delete aws-cis-1.2.0 --no-save
16681668```
16691669
1670- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/remove.ts ) _
1670+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/remove.ts ) _
16711671
16721672## ` cg policy:update [PROVIDER] `
16731673
@@ -1704,7 +1704,7 @@ EXAMPLES
17041704 $ cg policy update aws-cis-1.2.0@0.12.0
17051705```
17061706
1707- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/policy/update.ts ) _
1707+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/update.ts ) _
17081708
17091709## ` cg provider [PROVIDER] `
17101710
@@ -1733,7 +1733,7 @@ DESCRIPTION
17331733 Commands to manage provider modules, run $ cg provider for more info.
17341734```
17351735
1736- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/index.ts ) _
1736+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/index.ts ) _
17371737
17381738## ` cg provider:add [PROVIDER] `
17391739
@@ -1771,7 +1771,7 @@ EXAMPLES
17711771 $ cg provider add aws@0.12.0
17721772```
17731773
1774- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/add.ts ) _
1774+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/add.ts ) _
17751775
17761776## ` cg provider:install [PROVIDER] `
17771777
@@ -1807,7 +1807,7 @@ EXAMPLES
18071807 $ cg provider install
18081808```
18091809
1810- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/install.ts ) _
1810+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/install.ts ) _
18111811
18121812## ` cg provider:list [PROVIDER] `
18131813
@@ -1847,7 +1847,7 @@ EXAMPLES
18471847 $ cg provider list aws
18481848```
18491849
1850- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/list.ts ) _
1850+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/list.ts ) _
18511851
18521852## ` cg provider:remove [PROVIDER] `
18531853
@@ -1892,7 +1892,7 @@ EXAMPLES
18921892 $ cg provider delete aws --no-save
18931893```
18941894
1895- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/remove.ts ) _
1895+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/remove.ts ) _
18961896
18971897## ` cg provider:update [PROVIDER] `
18981898
@@ -1929,7 +1929,7 @@ EXAMPLES
19291929 $ cg provider update aws@0.12.0
19301930```
19311931
1932- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/provider/update.ts ) _
1932+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/update.ts ) _
19331933
19341934## ` cg scan [PROVIDER] `
19351935
@@ -1967,7 +1967,7 @@ EXAMPLES
19671967 $ cg scan aws --no-serve [Do not start the query engine]
19681968```
19691969
1970- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/scan.ts ) _
1970+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/scan.ts ) _
19711971
19721972## ` cg serve [PROVIDER] `
19731973
@@ -1999,7 +1999,7 @@ EXAMPLES
19991999 $ cg serve
20002000```
20012001
2002- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/serve.ts ) _
2002+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/serve.ts ) _
20032003
20042004## ` cg teardown [PROVIDER] `
20052005
@@ -2021,7 +2021,7 @@ EXAMPLES
20212021 $ cg teardown --delete-image
20222022```
20232023
2024- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/teardown.ts ) _
2024+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/teardown.ts ) _
20252025
20262026## ` cg update [PROVIDER] `
20272027
@@ -2057,5 +2057,5 @@ EXAMPLES
20572057 $ cg update
20582058```
20592059
2060- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.6 /src/commands/update.ts ) _
2060+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/update.ts ) _
20612061<!-- commandsstop -->
0 commit comments