@@ -1444,7 +1444,7 @@ EXAMPLES
1444
1444
$ cg init aws -r [Specify resources to crawl]
1445
1445
```
1446
1446
1447
- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/init.ts ) _
1447
+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/init.ts ) _
1448
1448
1449
1449
## ` cg launch [PROVIDER] `
1450
1450
@@ -1476,7 +1476,7 @@ EXAMPLES
1476
1476
$ cg launch
1477
1477
```
1478
1478
1479
- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/launch.ts ) _
1479
+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/launch.ts ) _
1480
1480
1481
1481
## ` cg load [PROVIDER] `
1482
1482
@@ -1510,7 +1510,7 @@ EXAMPLES
1510
1510
$ cg load aws [Load data for AWS]
1511
1511
```
1512
1512
1513
- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/load.ts ) _
1513
+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/load.ts ) _
1514
1514
1515
1515
## ` cg policy [PROVIDER] `
1516
1516
@@ -1539,7 +1539,7 @@ DESCRIPTION
1539
1539
Commands to manage policy pack modules, run $ cg policy for more info.
1540
1540
```
1541
1541
1542
- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/policy/index.ts ) _
1542
+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/policy/index.ts ) _
1543
1543
1544
1544
## ` cg policy add [PROVIDER] `
1545
1545
@@ -1752,7 +1752,7 @@ DESCRIPTION
1752
1752
Commands to manage provider modules, run $ cg provider for more info.
1753
1753
```
1754
1754
1755
- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/provider/index.ts ) _
1755
+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/provider/index.ts ) _
1756
1756
1757
1757
## ` cg provider add [PROVIDER] `
1758
1758
@@ -1974,7 +1974,7 @@ EXAMPLES
1974
1974
$ cg scan aws --no-serve [Do not start the query engine]
1975
1975
```
1976
1976
1977
- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/scan.ts ) _
1977
+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/scan.ts ) _
1978
1978
1979
1979
## ` cg serve [PROVIDER] `
1980
1980
@@ -2006,7 +2006,7 @@ EXAMPLES
2006
2006
$ cg serve
2007
2007
```
2008
2008
2009
- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/serve.ts ) _
2009
+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/serve.ts ) _
2010
2010
2011
2011
## ` cg teardown [PROVIDER] `
2012
2012
@@ -2028,7 +2028,7 @@ EXAMPLES
2028
2028
$ cg teardown --delete-image
2029
2029
```
2030
2030
2031
- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/teardown.ts ) _
2031
+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/teardown.ts ) _
2032
2032
2033
2033
## ` cg update [PROVIDER] `
2034
2034
@@ -2064,5 +2064,5 @@ EXAMPLES
2064
2064
$ cg update
2065
2065
```
2066
2066
2067
- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta.1 /src/commands/update.ts ) _
2067
+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4/src/commands/update.ts ) _
2068
2068
<!-- commandsstop -->
0 commit comments