@@ -56,6 +56,7 @@ Cloud Graph lets you **Know your cloud** in 5 minutes. Built and maintained with
5656* [ How It Works] ( #how-it-works )
5757* [ Authentication and Permissions] ( #authentication-and-permissions )
5858* [ Install] ( #install )
59+ * [ Currently we support AWS CIS 1.2, GCP CIS 1.2, and Azure CIS 1.3.1 but more (pci, NIST, K8S NSA_CISA) are coming soon.] ( #currently-we-support-aws-cis-12-gcp-cis-12-and-azure-cis-131-but-more-pci-nist-k8s-nsa_cisa-are-coming-soon )
5960* [ Quick Start] ( #quick-start )
6061* [ Loading Previous Versions] ( #loading-previous-versions )
6162* [ Supported Services] ( #supported-services )
@@ -1425,7 +1426,7 @@ EXAMPLES
14251426 $ cg init aws -r [Specify resources to crawl]
14261427```
14271428
1428- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/init.ts ) _
1429+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/init.ts ) _
14291430
14301431## ` cg launch [PROVIDER] `
14311432
@@ -1457,7 +1458,7 @@ EXAMPLES
14571458 $ cg launch
14581459```
14591460
1460- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/launch.ts ) _
1461+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/launch.ts ) _
14611462
14621463## ` cg load [PROVIDER] `
14631464
@@ -1491,7 +1492,7 @@ EXAMPLES
14911492 $ cg load aws [Load data for AWS]
14921493```
14931494
1494- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/load.ts ) _
1495+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/load.ts ) _
14951496
14961497## ` cg policy [PROVIDER] `
14971498
@@ -1520,7 +1521,7 @@ DESCRIPTION
15201521 Commands to manage policy pack modules, run $ cg policy for more info.
15211522```
15221523
1523- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/index.ts ) _
1524+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/index.ts ) _
15241525
15251526## ` cg policy:add [PROVIDER] `
15261527
@@ -1558,7 +1559,7 @@ EXAMPLES
15581559 $ cg policy add aws-cis-1.2.0@0.12.0
15591560```
15601561
1561- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/add.ts ) _
1562+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/add.ts ) _
15621563
15631564## ` cg policy:install [PROVIDER] `
15641565
@@ -1594,7 +1595,7 @@ EXAMPLES
15941595 $ cg policy install
15951596```
15961597
1597- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/install.ts ) _
1598+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/install.ts ) _
15981599
15991600## ` cg policy:list [PROVIDER] `
16001601
@@ -1634,7 +1635,7 @@ EXAMPLES
16341635 $ cg policy list aws
16351636```
16361637
1637- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/list.ts ) _
1638+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/list.ts ) _
16381639
16391640## ` cg policy:remove [PROVIDER] `
16401641
@@ -1679,7 +1680,7 @@ EXAMPLES
16791680 $ cg policy delete aws-cis-1.2.0 --no-save
16801681```
16811682
1682- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/remove.ts ) _
1683+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/remove.ts ) _
16831684
16841685## ` cg policy:update [PROVIDER] `
16851686
@@ -1716,7 +1717,7 @@ EXAMPLES
17161717 $ cg policy update aws-cis-1.2.0@0.12.0
17171718```
17181719
1719- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/policy/update.ts ) _
1720+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/update.ts ) _
17201721
17211722## ` cg provider [PROVIDER] `
17221723
@@ -1745,7 +1746,7 @@ DESCRIPTION
17451746 Commands to manage provider modules, run $ cg provider for more info.
17461747```
17471748
1748- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/index.ts ) _
1749+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/index.ts ) _
17491750
17501751## ` cg provider:add [PROVIDER] `
17511752
@@ -1783,7 +1784,7 @@ EXAMPLES
17831784 $ cg provider add aws@0.12.0
17841785```
17851786
1786- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/add.ts ) _
1787+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/add.ts ) _
17871788
17881789## ` cg provider:install [PROVIDER] `
17891790
@@ -1819,7 +1820,7 @@ EXAMPLES
18191820 $ cg provider install
18201821```
18211822
1822- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/install.ts ) _
1823+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/install.ts ) _
18231824
18241825## ` cg provider:list [PROVIDER] `
18251826
@@ -1859,7 +1860,7 @@ EXAMPLES
18591860 $ cg provider list aws
18601861```
18611862
1862- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/list.ts ) _
1863+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/list.ts ) _
18631864
18641865## ` cg provider:remove [PROVIDER] `
18651866
@@ -1904,7 +1905,7 @@ EXAMPLES
19041905 $ cg provider delete aws --no-save
19051906```
19061907
1907- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/remove.ts ) _
1908+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/remove.ts ) _
19081909
19091910## ` cg provider:update [PROVIDER] `
19101911
@@ -1941,7 +1942,7 @@ EXAMPLES
19411942 $ cg provider update aws@0.12.0
19421943```
19431944
1944- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/provider/update.ts ) _
1945+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/update.ts ) _
19451946
19461947## ` cg scan [PROVIDER] `
19471948
@@ -1979,7 +1980,7 @@ EXAMPLES
19791980 $ cg scan aws --no-serve [Do not start the query engine]
19801981```
19811982
1982- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/scan.ts ) _
1983+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/scan.ts ) _
19831984
19841985## ` cg serve [PROVIDER] `
19851986
@@ -2011,7 +2012,7 @@ EXAMPLES
20112012 $ cg serve
20122013```
20132014
2014- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/serve.ts ) _
2015+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/serve.ts ) _
20152016
20162017## ` cg teardown [PROVIDER] `
20172018
@@ -2033,7 +2034,7 @@ EXAMPLES
20332034 $ cg teardown --delete-image
20342035```
20352036
2036- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/teardown.ts ) _
2037+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/teardown.ts ) _
20372038
20382039## ` cg update [PROVIDER] `
20392040
@@ -2069,5 +2070,5 @@ EXAMPLES
20692070 $ cg update
20702071```
20712072
2072- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.7 /src/commands/update.ts ) _
2073+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/update.ts ) _
20732074<!-- commandsstop -->
0 commit comments