@@ -1616,7 +1616,7 @@ EXAMPLES
1616
1616
$ cg init aws -r [Specify resources to crawl]
1617
1617
```
1618
1618
1619
- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/init.ts ) _
1619
+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/init.ts ) _
1620
1620
1621
1621
## ` cg install policy [PROVIDER] `
1622
1622
@@ -1927,7 +1927,7 @@ DESCRIPTION
1927
1927
Commands to manage policy pack modules, run $ cg policy for more info.
1928
1928
```
1929
1929
1930
- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/policy/index.ts ) _
1930
+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/policy/index.ts ) _
1931
1931
1932
1932
## ` cg policy add [PROVIDER] `
1933
1933
@@ -2182,7 +2182,7 @@ DESCRIPTION
2182
2182
Commands to manage provider modules, run $ cg provider for more info.
2183
2183
```
2184
2184
2185
- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/provider/index.ts ) _
2185
+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/provider/index.ts ) _
2186
2186
2187
2187
## ` cg provider add [PROVIDER] `
2188
2188
@@ -2614,7 +2614,7 @@ EXAMPLES
2614
2614
$ cg scan aws --no-serve [Do not start the query engine]
2615
2615
```
2616
2616
2617
- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/scan.ts ) _
2617
+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/scan.ts ) _
2618
2618
2619
2619
## ` cg serve [PROVIDER] `
2620
2620
@@ -2646,7 +2646,7 @@ EXAMPLES
2646
2646
$ cg serve
2647
2647
```
2648
2648
2649
- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/serve.ts ) _
2649
+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/serve.ts ) _
2650
2650
2651
2651
## ` cg teardown [PROVIDER] `
2652
2652
@@ -2668,7 +2668,7 @@ EXAMPLES
2668
2668
$ cg teardown --delete-image
2669
2669
```
2670
2670
2671
- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/teardown.ts ) _
2671
+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/teardown.ts ) _
2672
2672
2673
2673
## ` cg update [PROVIDER] `
2674
2674
@@ -2704,5 +2704,5 @@ EXAMPLES
2704
2704
$ cg update
2705
2705
```
2706
2706
2707
- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1 /src/commands/update.ts ) _
2707
+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.1/src/commands/update.ts ) _
2708
2708
<!-- commandsstop -->
0 commit comments