@@ -44,7 +44,7 @@ The universal **GraphQL** API for **AWS**, **Azure**, **GCP**, and **K8s** - que
44
44
* [ How It Works] ( #how-it-works )
45
45
* [ Authentication and Permissions] ( #authentication-and-permissions )
46
46
* [ Install] ( #install )
47
- * [ Currently we support AWS CIS 1.2, but Azure and GCP are coming soon.] ( #currently-we-support-aws-cis-12-but-azure-and-gcp -are-coming-soon )
47
+ * [ Currently we support AWS CIS 1.2 and GCP CIS 1.2 but Azure and K8s are coming soon.] ( #currently-we-support-aws-cis-12-and-gcp-cis-12- but-azure-and-k8s -are-coming-soon )
48
48
* [ Quick Start] ( #quick-start )
49
49
* [ Loading Previous Versions] ( #loading-previous-versions )
50
50
* [ Supported Services] ( #supported-services )
@@ -1413,7 +1413,7 @@ EXAMPLES
1413
1413
$ cg init aws -r [Specify resources to crawl]
1414
1414
```
1415
1415
1416
- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/init.ts ) _
1416
+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/init.ts ) _
1417
1417
1418
1418
## ` cg launch [PROVIDER] `
1419
1419
@@ -1445,7 +1445,7 @@ EXAMPLES
1445
1445
$ cg launch
1446
1446
```
1447
1447
1448
- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/launch.ts ) _
1448
+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/launch.ts ) _
1449
1449
1450
1450
## ` cg load [PROVIDER] `
1451
1451
@@ -1479,7 +1479,7 @@ EXAMPLES
1479
1479
$ cg load aws [Load data for AWS]
1480
1480
```
1481
1481
1482
- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/load.ts ) _
1482
+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/load.ts ) _
1483
1483
1484
1484
## ` cg policy [PROVIDER] `
1485
1485
@@ -1508,7 +1508,7 @@ DESCRIPTION
1508
1508
Commands to manage policy pack modules, run $ cg policy for more info.
1509
1509
```
1510
1510
1511
- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/index.ts ) _
1511
+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/index.ts ) _
1512
1512
1513
1513
## ` cg policy:add [PROVIDER] `
1514
1514
@@ -1546,7 +1546,7 @@ EXAMPLES
1546
1546
1547
1547
```
1548
1548
1549
- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/add.ts ) _
1549
+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/add.ts ) _
1550
1550
1551
1551
## ` cg policy:install [PROVIDER] `
1552
1552
@@ -1582,7 +1582,7 @@ EXAMPLES
1582
1582
$ cg policy install
1583
1583
```
1584
1584
1585
- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/install.ts ) _
1585
+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/install.ts ) _
1586
1586
1587
1587
## ` cg policy:list [PROVIDER] `
1588
1588
@@ -1622,7 +1622,7 @@ EXAMPLES
1622
1622
$ cg policy list aws
1623
1623
```
1624
1624
1625
- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/list.ts ) _
1625
+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/list.ts ) _
1626
1626
1627
1627
## ` cg policy:remove [PROVIDER] `
1628
1628
@@ -1667,7 +1667,7 @@ EXAMPLES
1667
1667
$ cg policy delete aws-cis-1.2.0 --no-save
1668
1668
```
1669
1669
1670
- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/remove.ts ) _
1670
+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/remove.ts ) _
1671
1671
1672
1672
## ` cg policy:update [PROVIDER] `
1673
1673
@@ -1704,7 +1704,7 @@ EXAMPLES
1704
1704
$ cg policy update [email protected]
1705
1705
```
1706
1706
1707
- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/policy/update.ts ) _
1707
+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/policy/update.ts ) _
1708
1708
1709
1709
## ` cg provider [PROVIDER] `
1710
1710
@@ -1733,7 +1733,7 @@ DESCRIPTION
1733
1733
Commands to manage provider modules, run $ cg provider for more info.
1734
1734
```
1735
1735
1736
- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/index.ts ) _
1736
+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/index.ts ) _
1737
1737
1738
1738
## ` cg provider:add [PROVIDER] `
1739
1739
@@ -1771,7 +1771,7 @@ EXAMPLES
1771
1771
$ cg provider add [email protected]
1772
1772
```
1773
1773
1774
- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/add.ts ) _
1774
+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/add.ts ) _
1775
1775
1776
1776
## ` cg provider:install [PROVIDER] `
1777
1777
@@ -1807,7 +1807,7 @@ EXAMPLES
1807
1807
$ cg provider install
1808
1808
```
1809
1809
1810
- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/install.ts ) _
1810
+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/install.ts ) _
1811
1811
1812
1812
## ` cg provider:list [PROVIDER] `
1813
1813
@@ -1847,7 +1847,7 @@ EXAMPLES
1847
1847
$ cg provider list aws
1848
1848
```
1849
1849
1850
- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/list.ts ) _
1850
+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/list.ts ) _
1851
1851
1852
1852
## ` cg provider:remove [PROVIDER] `
1853
1853
@@ -1892,7 +1892,7 @@ EXAMPLES
1892
1892
$ cg provider delete aws --no-save
1893
1893
```
1894
1894
1895
- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/remove.ts ) _
1895
+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/remove.ts ) _
1896
1896
1897
1897
## ` cg provider:update [PROVIDER] `
1898
1898
@@ -1929,7 +1929,7 @@ EXAMPLES
1929
1929
$ cg provider update [email protected]
1930
1930
```
1931
1931
1932
- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/provider/update.ts ) _
1932
+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/provider/update.ts ) _
1933
1933
1934
1934
## ` cg scan [PROVIDER] `
1935
1935
@@ -1967,7 +1967,7 @@ EXAMPLES
1967
1967
$ cg scan aws --no-serve [Do not start the query engine]
1968
1968
```
1969
1969
1970
- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/scan.ts ) _
1970
+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/scan.ts ) _
1971
1971
1972
1972
## ` cg serve [PROVIDER] `
1973
1973
@@ -1999,7 +1999,7 @@ EXAMPLES
1999
1999
$ cg serve
2000
2000
```
2001
2001
2002
- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/serve.ts ) _
2002
+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/serve.ts ) _
2003
2003
2004
2004
## ` cg teardown [PROVIDER] `
2005
2005
@@ -2021,7 +2021,7 @@ EXAMPLES
2021
2021
$ cg teardown --delete-image
2022
2022
```
2023
2023
2024
- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/teardown.ts ) _
2024
+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/teardown.ts ) _
2025
2025
2026
2026
## ` cg update [PROVIDER] `
2027
2027
@@ -2057,5 +2057,5 @@ EXAMPLES
2057
2057
$ cg update
2058
2058
```
2059
2059
2060
- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.3 /src/commands/update.ts ) _
2060
+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.4 /src/commands/update.ts ) _
2061
2061
<!-- commandsstop -->
0 commit comments