@@ -1426,7 +1426,7 @@ EXAMPLES
1426
1426
$ cg init aws -r [Specify resources to crawl]
1427
1427
```
1428
1428
1429
- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/init.ts ) _
1429
+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/init.ts ) _
1430
1430
1431
1431
## ` cg launch [PROVIDER] `
1432
1432
@@ -1458,7 +1458,7 @@ EXAMPLES
1458
1458
$ cg launch
1459
1459
```
1460
1460
1461
- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/launch.ts ) _
1461
+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/launch.ts ) _
1462
1462
1463
1463
## ` cg load [PROVIDER] `
1464
1464
@@ -1492,7 +1492,7 @@ EXAMPLES
1492
1492
$ cg load aws [Load data for AWS]
1493
1493
```
1494
1494
1495
- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/load.ts ) _
1495
+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/load.ts ) _
1496
1496
1497
1497
## ` cg policy [PROVIDER] `
1498
1498
@@ -1521,7 +1521,7 @@ DESCRIPTION
1521
1521
Commands to manage policy pack modules, run $ cg policy for more info.
1522
1522
```
1523
1523
1524
- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/index.ts ) _
1524
+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/index.ts ) _
1525
1525
1526
1526
## ` cg policy:add [PROVIDER] `
1527
1527
@@ -1559,7 +1559,7 @@ EXAMPLES
1559
1559
$ cg policy add aws-cis-1.2.0@0.12.0
1560
1560
```
1561
1561
1562
- _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/add.ts ) _
1562
+ _ See code: [ src/commands/policy/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/add.ts ) _
1563
1563
1564
1564
## ` cg policy:install [PROVIDER] `
1565
1565
@@ -1595,7 +1595,7 @@ EXAMPLES
1595
1595
$ cg policy install
1596
1596
```
1597
1597
1598
- _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/install.ts ) _
1598
+ _ See code: [ src/commands/policy/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/install.ts ) _
1599
1599
1600
1600
## ` cg policy:list [PROVIDER] `
1601
1601
@@ -1635,7 +1635,7 @@ EXAMPLES
1635
1635
$ cg policy list aws
1636
1636
```
1637
1637
1638
- _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/list.ts ) _
1638
+ _ See code: [ src/commands/policy/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/list.ts ) _
1639
1639
1640
1640
## ` cg policy:remove [PROVIDER] `
1641
1641
@@ -1680,7 +1680,7 @@ EXAMPLES
1680
1680
$ cg policy delete aws-cis-1.2.0 --no-save
1681
1681
```
1682
1682
1683
- _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/remove.ts ) _
1683
+ _ See code: [ src/commands/policy/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/remove.ts ) _
1684
1684
1685
1685
## ` cg policy:update [PROVIDER] `
1686
1686
@@ -1717,7 +1717,7 @@ EXAMPLES
1717
1717
$ cg policy update aws-cis-1.2.0@0.12.0
1718
1718
```
1719
1719
1720
- _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/policy/update.ts ) _
1720
+ _ See code: [ src/commands/policy/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/policy/update.ts ) _
1721
1721
1722
1722
## ` cg provider [PROVIDER] `
1723
1723
@@ -1746,7 +1746,7 @@ DESCRIPTION
1746
1746
Commands to manage provider modules, run $ cg provider for more info.
1747
1747
```
1748
1748
1749
- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/index.ts ) _
1749
+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/index.ts ) _
1750
1750
1751
1751
## ` cg provider:add [PROVIDER] `
1752
1752
@@ -1784,7 +1784,7 @@ EXAMPLES
1784
1784
$ cg provider add aws@0.12.0
1785
1785
```
1786
1786
1787
- _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/add.ts ) _
1787
+ _ See code: [ src/commands/provider/add.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/add.ts ) _
1788
1788
1789
1789
## ` cg provider:install [PROVIDER] `
1790
1790
@@ -1820,7 +1820,7 @@ EXAMPLES
1820
1820
$ cg provider install
1821
1821
```
1822
1822
1823
- _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/install.ts ) _
1823
+ _ See code: [ src/commands/provider/install.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/install.ts ) _
1824
1824
1825
1825
## ` cg provider:list [PROVIDER] `
1826
1826
@@ -1860,7 +1860,7 @@ EXAMPLES
1860
1860
$ cg provider list aws
1861
1861
```
1862
1862
1863
- _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/list.ts ) _
1863
+ _ See code: [ src/commands/provider/list.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/list.ts ) _
1864
1864
1865
1865
## ` cg provider:remove [PROVIDER] `
1866
1866
@@ -1905,7 +1905,7 @@ EXAMPLES
1905
1905
$ cg provider delete aws --no-save
1906
1906
```
1907
1907
1908
- _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/remove.ts ) _
1908
+ _ See code: [ src/commands/provider/remove.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/remove.ts ) _
1909
1909
1910
1910
## ` cg provider:update [PROVIDER] `
1911
1911
@@ -1942,7 +1942,7 @@ EXAMPLES
1942
1942
$ cg provider update aws@0.12.0
1943
1943
```
1944
1944
1945
- _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/provider/update.ts ) _
1945
+ _ See code: [ src/commands/provider/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/provider/update.ts ) _
1946
1946
1947
1947
## ` cg scan [PROVIDER] `
1948
1948
@@ -1980,7 +1980,7 @@ EXAMPLES
1980
1980
$ cg scan aws --no-serve [Do not start the query engine]
1981
1981
```
1982
1982
1983
- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/scan.ts ) _
1983
+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/scan.ts ) _
1984
1984
1985
1985
## ` cg serve [PROVIDER] `
1986
1986
@@ -2012,7 +2012,7 @@ EXAMPLES
2012
2012
$ cg serve
2013
2013
```
2014
2014
2015
- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/serve.ts ) _
2015
+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/serve.ts ) _
2016
2016
2017
2017
## ` cg teardown [PROVIDER] `
2018
2018
@@ -2034,7 +2034,7 @@ EXAMPLES
2034
2034
$ cg teardown --delete-image
2035
2035
```
2036
2036
2037
- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/teardown.ts ) _
2037
+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/teardown.ts ) _
2038
2038
2039
2039
## ` cg update [PROVIDER] `
2040
2040
@@ -2070,5 +2070,5 @@ EXAMPLES
2070
2070
$ cg update
2071
2071
```
2072
2072
2073
- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.8 /src/commands/update.ts ) _
2073
+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.20.9 /src/commands/update.ts ) _
2074
2074
<!-- commandsstop -->
0 commit comments