@@ -56,6 +56,7 @@ Cloud Graph lets you **Know your cloud** in 5 minutes. Built and maintained with
56
56
* [ How It Works] ( #how-it-works )
57
57
* [ Authentication and Permissions] ( #authentication-and-permissions )
58
58
* [ 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 )
59
60
* [ Quick Start] ( #quick-start )
60
61
* [ Loading Previous Versions] ( #loading-previous-versions )
61
62
* [ Supported Services] ( #supported-services )
@@ -1425,7 +1426,7 @@ EXAMPLES
1425
1426
$ cg init aws -r [Specify resources to crawl]
1426
1427
```
1427
1428
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 ) _
1429
1430
1430
1431
## ` cg launch [PROVIDER] `
1431
1432
@@ -1457,7 +1458,7 @@ EXAMPLES
1457
1458
$ cg launch
1458
1459
```
1459
1460
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 ) _
1461
1462
1462
1463
## ` cg load [PROVIDER] `
1463
1464
@@ -1491,7 +1492,7 @@ EXAMPLES
1491
1492
$ cg load aws [Load data for AWS]
1492
1493
```
1493
1494
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 ) _
1495
1496
1496
1497
## ` cg policy [PROVIDER] `
1497
1498
@@ -1520,7 +1521,7 @@ DESCRIPTION
1520
1521
Commands to manage policy pack modules, run $ cg policy for more info.
1521
1522
```
1522
1523
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 ) _
1524
1525
1525
1526
## ` cg policy:add [PROVIDER] `
1526
1527
@@ -1558,7 +1559,7 @@ EXAMPLES
1558
1559
1559
1560
```
1560
1561
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 ) _
1562
1563
1563
1564
## ` cg policy:install [PROVIDER] `
1564
1565
@@ -1594,7 +1595,7 @@ EXAMPLES
1594
1595
$ cg policy install
1595
1596
```
1596
1597
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 ) _
1598
1599
1599
1600
## ` cg policy:list [PROVIDER] `
1600
1601
@@ -1634,7 +1635,7 @@ EXAMPLES
1634
1635
$ cg policy list aws
1635
1636
```
1636
1637
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 ) _
1638
1639
1639
1640
## ` cg policy:remove [PROVIDER] `
1640
1641
@@ -1679,7 +1680,7 @@ EXAMPLES
1679
1680
$ cg policy delete aws-cis-1.2.0 --no-save
1680
1681
```
1681
1682
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 ) _
1683
1684
1684
1685
## ` cg policy:update [PROVIDER] `
1685
1686
@@ -1716,7 +1717,7 @@ EXAMPLES
1716
1717
$ cg policy update [email protected]
1717
1718
```
1718
1719
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 ) _
1720
1721
1721
1722
## ` cg provider [PROVIDER] `
1722
1723
@@ -1745,7 +1746,7 @@ DESCRIPTION
1745
1746
Commands to manage provider modules, run $ cg provider for more info.
1746
1747
```
1747
1748
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 ) _
1749
1750
1750
1751
## ` cg provider:add [PROVIDER] `
1751
1752
@@ -1783,7 +1784,7 @@ EXAMPLES
1783
1784
$ cg provider add [email protected]
1784
1785
```
1785
1786
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 ) _
1787
1788
1788
1789
## ` cg provider:install [PROVIDER] `
1789
1790
@@ -1819,7 +1820,7 @@ EXAMPLES
1819
1820
$ cg provider install
1820
1821
```
1821
1822
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 ) _
1823
1824
1824
1825
## ` cg provider:list [PROVIDER] `
1825
1826
@@ -1859,7 +1860,7 @@ EXAMPLES
1859
1860
$ cg provider list aws
1860
1861
```
1861
1862
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 ) _
1863
1864
1864
1865
## ` cg provider:remove [PROVIDER] `
1865
1866
@@ -1904,7 +1905,7 @@ EXAMPLES
1904
1905
$ cg provider delete aws --no-save
1905
1906
```
1906
1907
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 ) _
1908
1909
1909
1910
## ` cg provider:update [PROVIDER] `
1910
1911
@@ -1941,7 +1942,7 @@ EXAMPLES
1941
1942
$ cg provider update [email protected]
1942
1943
```
1943
1944
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 ) _
1945
1946
1946
1947
## ` cg scan [PROVIDER] `
1947
1948
@@ -1979,7 +1980,7 @@ EXAMPLES
1979
1980
$ cg scan aws --no-serve [Do not start the query engine]
1980
1981
```
1981
1982
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 ) _
1983
1984
1984
1985
## ` cg serve [PROVIDER] `
1985
1986
@@ -2011,7 +2012,7 @@ EXAMPLES
2011
2012
$ cg serve
2012
2013
```
2013
2014
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 ) _
2015
2016
2016
2017
## ` cg teardown [PROVIDER] `
2017
2018
@@ -2033,7 +2034,7 @@ EXAMPLES
2033
2034
$ cg teardown --delete-image
2034
2035
```
2035
2036
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 ) _
2037
2038
2038
2039
## ` cg update [PROVIDER] `
2039
2040
@@ -2069,5 +2070,5 @@ EXAMPLES
2069
2070
$ cg update
2070
2071
```
2071
2072
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 ) _
2073
2074
<!-- commandsstop -->
0 commit comments