@@ -1385,7 +1385,7 @@ EXAMPLES
13851385 $ cg init aws -r [Specify resources to crawl]
13861386```
13871387
1388- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/init.ts ) _
1388+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/init.ts ) _
13891389
13901390## ` cg launch [PROVIDER] `
13911391
@@ -1411,7 +1411,7 @@ EXAMPLE
14111411 $ cg launch
14121412```
14131413
1414- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/launch.ts ) _
1414+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/launch.ts ) _
14151415
14161416## ` cg load [PROVIDER] `
14171417
@@ -1438,7 +1438,7 @@ EXAMPLES
14381438 $ cg load aws [Load data for AWS]
14391439```
14401440
1441- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/load.ts ) _
1441+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/load.ts ) _
14421442
14431443## ` cg policy [PROVIDER] `
14441444
@@ -1461,15 +1461,15 @@ OPTIONS
14611461 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
14621462```
14631463
1464- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/index.ts ) _
1464+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/index.ts ) _
14651465
14661466## ` cg policy:add [PROVIDER] `
14671467
14681468Add new policy packs
14691469
14701470```
14711471USAGE
1472- $ cg policy add [PROVIDER]
1472+ $ cg policy: add [PROVIDER]
14731473
14741474OPTIONS
14751475 -P, --policies=policies Policy Packs to execute during scan
@@ -1485,22 +1485,22 @@ OPTIONS
14851485 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
14861486
14871487ALIASES
1488- $ cg add policy
1488+ $ cg add: policy
14891489
14901490EXAMPLES
14911491 $ cg policy add aws-cis-1.2.0
14921492 $ cg policy add aws-cis-1.2.0@0.12.0
14931493```
14941494
1495- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/add.ts ) _
1495+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/add.ts ) _
14961496
14971497## ` cg policy:install [PROVIDER] `
14981498
14991499Install policy packs based on the lock file
15001500
15011501```
15021502USAGE
1503- $ cg policy install [PROVIDER]
1503+ $ cg policy: install [PROVIDER]
15041504
15051505OPTIONS
15061506 -P, --policies=policies Policy Packs to execute during scan
@@ -1516,21 +1516,21 @@ OPTIONS
15161516 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
15171517
15181518ALIASES
1519- $ cg install policy
1519+ $ cg install: policy
15201520
15211521EXAMPLE
15221522 $ cg policy install
15231523```
15241524
1525- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/install.ts ) _
1525+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/install.ts ) _
15261526
15271527## ` cg policy:list [PROVIDER] `
15281528
15291529List currently installed policy packs and versions
15301530
15311531```
15321532USAGE
1533- $ cg policy list [PROVIDER]
1533+ $ cg policy: list [PROVIDER]
15341534
15351535OPTIONS
15361536 -P, --policies=policies Policy Packs to execute during scan
@@ -1546,24 +1546,24 @@ OPTIONS
15461546 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
15471547
15481548ALIASES
1549- $ cg ls policy
1550- $ cg list policy
1551- $ cg ls policy
1549+ $ cg ls: policy
1550+ $ cg list: policy
1551+ $ cg ls: policy
15521552
15531553EXAMPLES
15541554 $ cg policy list
15551555 $ cg policy list aws
15561556```
15571557
1558- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/list.ts ) _
1558+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/list.ts ) _
15591559
15601560## ` cg policy:remove [PROVIDER] `
15611561
15621562Remove currently installed policy pack
15631563
15641564```
15651565USAGE
1566- $ cg policy remove [PROVIDER]
1566+ $ cg policy: remove [PROVIDER]
15671567
15681568OPTIONS
15691569 -P, --policies=policies Policy Packs to execute during scan
@@ -1579,28 +1579,28 @@ OPTIONS
15791579 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
15801580
15811581ALIASES
1582- $ cg remove policy
1583- $ cg policy remove
1584- $ cg policy rm
1585- $ cg del policy
1586- $ cg rm policy
1587- $ cg del policy
1582+ $ cg remove: policy
1583+ $ cg policy: remove
1584+ $ cg policy: rm
1585+ $ cg del: policy
1586+ $ cg rm: policy
1587+ $ cg del: policy
15881588
15891589EXAMPLES
15901590 $ cg policy delete
15911591 $ cg policy delete aws-cis-1.2.0
15921592 $ cg policy delete aws-cis-1.2.0 --no-save
15931593```
15941594
1595- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/remove.ts ) _
1595+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/remove.ts ) _
15961596
15971597## ` cg policy:update [PROVIDER] `
15981598
15991599Update currently installed policy packs
16001600
16011601```
16021602USAGE
1603- $ cg policy update [PROVIDER]
1603+ $ cg policy: update [PROVIDER]
16041604
16051605OPTIONS
16061606 -P, --policies=policies Policy Packs to execute during scan
@@ -1621,7 +1621,7 @@ EXAMPLES
16211621 $ cg policy update aws-cis-1.2.0@0.12.0
16221622```
16231623
1624- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/policy/update.ts ) _
1624+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/policy/update.ts ) _
16251625
16261626## ` cg provider [PROVIDER] `
16271627
@@ -1644,15 +1644,15 @@ OPTIONS
16441644 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
16451645```
16461646
1647- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/index.ts ) _
1647+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/index.ts ) _
16481648
16491649## ` cg provider:add [PROVIDER] `
16501650
16511651Add new providers
16521652
16531653```
16541654USAGE
1655- $ cg provider add [PROVIDER]
1655+ $ cg provider: add [PROVIDER]
16561656
16571657OPTIONS
16581658 -P, --policies=policies Policy Packs to execute during scan
@@ -1668,22 +1668,22 @@ OPTIONS
16681668 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
16691669
16701670ALIASES
1671- $ cg add provider
1671+ $ cg add: provider
16721672
16731673EXAMPLES
16741674 $ cg provider add aws
16751675 $ cg provider add aws@0.12.0
16761676```
16771677
1678- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/add.ts ) _
1678+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/add.ts ) _
16791679
16801680## ` cg provider:install [PROVIDER] `
16811681
16821682Install providers based on the lock file
16831683
16841684```
16851685USAGE
1686- $ cg provider install [PROVIDER]
1686+ $ cg provider: install [PROVIDER]
16871687
16881688OPTIONS
16891689 -P, --policies=policies Policy Packs to execute during scan
@@ -1699,21 +1699,21 @@ OPTIONS
16991699 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
17001700
17011701ALIASES
1702- $ cg install provider
1702+ $ cg install: provider
17031703
17041704EXAMPLE
17051705 $ cg provider install
17061706```
17071707
1708- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/install.ts ) _
1708+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/install.ts ) _
17091709
17101710## ` cg provider:list [PROVIDER] `
17111711
17121712List currently installed providers and versions
17131713
17141714```
17151715USAGE
1716- $ cg provider list [PROVIDER]
1716+ $ cg provider: list [PROVIDER]
17171717
17181718OPTIONS
17191719 -P, --policies=policies Policy Packs to execute during scan
@@ -1729,24 +1729,24 @@ OPTIONS
17291729 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
17301730
17311731ALIASES
1732- $ cg ls provider
1733- $ cg list provider
1734- $ cg ls provider
1732+ $ cg ls: provider
1733+ $ cg list: provider
1734+ $ cg ls: provider
17351735
17361736EXAMPLES
17371737 $ cg provider list
17381738 $ cg provider list aws
17391739```
17401740
1741- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/list.ts ) _
1741+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/list.ts ) _
17421742
17431743## ` cg provider:remove [PROVIDER] `
17441744
17451745Remove currently installed provider
17461746
17471747```
17481748USAGE
1749- $ cg provider remove [PROVIDER]
1749+ $ cg provider: remove [PROVIDER]
17501750
17511751OPTIONS
17521752 -P, --policies=policies Policy Packs to execute during scan
@@ -1762,28 +1762,28 @@ OPTIONS
17621762 --use-roles Set to true to use roleARNs instead of profiles for AWS credentials
17631763
17641764ALIASES
1765- $ cg remove provider
1766- $ cg provider remove
1767- $ cg provider rm
1768- $ cg del provider
1769- $ cg rm provider
1770- $ cg del provider
1765+ $ cg remove: provider
1766+ $ cg provider: remove
1767+ $ cg provider: rm
1768+ $ cg del: provider
1769+ $ cg rm: provider
1770+ $ cg del: provider
17711771
17721772EXAMPLES
17731773 $ cg provider delete
17741774 $ cg provider delete aws
17751775 $ cg provider delete aws --no-save
17761776```
17771777
1778- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/remove.ts ) _
1778+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/remove.ts ) _
17791779
17801780## ` cg provider:update [PROVIDER] `
17811781
17821782Update currently installed providers
17831783
17841784```
17851785USAGE
1786- $ cg provider update [PROVIDER]
1786+ $ cg provider: update [PROVIDER]
17871787
17881788OPTIONS
17891789 -P, --policies=policies Policy Packs to execute during scan
@@ -1804,7 +1804,7 @@ EXAMPLES
18041804 $ cg provider update aws@0.12.0
18051805```
18061806
1807- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/provider/update.ts ) _
1807+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/provider/update.ts ) _
18081808
18091809## ` cg scan [PROVIDER] `
18101810
@@ -1833,7 +1833,7 @@ EXAMPLES
18331833 $ cg scan aws --no-serve [Do not start the query engine]
18341834```
18351835
1836- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/scan.ts ) _
1836+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/scan.ts ) _
18371837
18381838## ` cg serve [PROVIDER] `
18391839
@@ -1859,7 +1859,7 @@ EXAMPLE
18591859 $ cg serve
18601860```
18611861
1862- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/serve.ts ) _
1862+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/serve.ts ) _
18631863
18641864## ` cg teardown [PROVIDER] `
18651865
@@ -1877,7 +1877,7 @@ EXAMPLES
18771877 $ cg teardown --delete-image
18781878```
18791879
1880- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/teardown.ts ) _
1880+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/teardown.ts ) _
18811881
18821882## ` cg update [PROVIDER] `
18831883
@@ -1907,5 +1907,5 @@ EXAMPLE
19071907 $ cg update
19081908```
19091909
1910- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.17 .0/src/commands/update.ts ) _
1910+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.18 .0/src/commands/update.ts ) _
19111911<!-- commandsstop -->
0 commit comments