Skip to content

Commit 3dbbcd4

Browse files
authored
Merge pull request #53 from cloudgraphdev/beta
RELEASE 0.21.1
2 parents c10fea0 + 8227103 commit 3dbbcd4

File tree

6 files changed

+10453
-10811
lines changed

6 files changed

+10453
-10811
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.21.1-beta.1](https://github.com/cloudgraphdev/cli/compare/0.21.0...0.21.1-beta.1) (2022-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Removed account from scan report ([50a38d9](https://github.com/cloudgraphdev/cli/commit/50a38d94d3ea4232d70d944f37aea5dc9e2d1ce8))
7+
* Update oclif version to fix Aliases issue ([4c4c860](https://github.com/cloudgraphdev/cli/commit/4c4c860a4d1ecf0fc3e7a4bd690ffece2d3441c9))
8+
9+
## [0.21.1-alpha.2](https://github.com/cloudgraphdev/cli/compare/0.21.1-alpha.1...0.21.1-alpha.2) (2022-03-18)
10+
11+
12+
### Bug Fixes
13+
14+
* Update oclif version to fix Aliases issue ([4c4c860](https://github.com/cloudgraphdev/cli/commit/4c4c860a4d1ecf0fc3e7a4bd690ffece2d3441c9))
15+
16+
## [0.21.1-alpha.1](https://github.com/cloudgraphdev/cli/compare/0.21.0...0.21.1-alpha.1) (2022-03-18)
17+
18+
19+
### Bug Fixes
20+
21+
* Removed account from scan report ([50a38d9](https://github.com/cloudgraphdev/cli/commit/50a38d94d3ea4232d70d944f37aea5dc9e2d1ce8))
22+
123
# [0.21.0](https://github.com/cloudgraphdev/cli/compare/0.20.12...0.21.0) (2022-03-18)
224

325

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ EXAMPLES
14441444
$ cg init aws -r [Specify resources to crawl]
14451445
```
14461446

1447-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/init.ts)_
1447+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/init.ts)_
14481448

14491449
## `cg launch [PROVIDER]`
14501450

@@ -1476,7 +1476,7 @@ EXAMPLES
14761476
$ cg launch
14771477
```
14781478

1479-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/launch.ts)_
1479+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/launch.ts)_
14801480

14811481
## `cg load [PROVIDER]`
14821482

@@ -1510,7 +1510,7 @@ EXAMPLES
15101510
$ cg load aws [Load data for AWS]
15111511
```
15121512

1513-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/load.ts)_
1513+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/load.ts)_
15141514

15151515
## `cg policy [PROVIDER]`
15161516

@@ -1539,7 +1539,7 @@ DESCRIPTION
15391539
Commands to manage policy pack modules, run $ cg policy for more info.
15401540
```
15411541

1542-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/policy/index.ts)_
1542+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/policy/index.ts)_
15431543

15441544
## `cg policy add [PROVIDER]`
15451545

@@ -1752,7 +1752,7 @@ DESCRIPTION
17521752
Commands to manage provider modules, run $ cg provider for more info.
17531753
```
17541754

1755-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/provider/index.ts)_
1755+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/provider/index.ts)_
17561756

17571757
## `cg provider add [PROVIDER]`
17581758

@@ -1974,7 +1974,7 @@ EXAMPLES
19741974
$ cg scan aws --no-serve [Do not start the query engine]
19751975
```
19761976

1977-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/scan.ts)_
1977+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/scan.ts)_
19781978

19791979
## `cg serve [PROVIDER]`
19801980

@@ -2006,7 +2006,7 @@ EXAMPLES
20062006
$ cg serve
20072007
```
20082008

2009-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/serve.ts)_
2009+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/serve.ts)_
20102010

20112011
## `cg teardown [PROVIDER]`
20122012

@@ -2028,7 +2028,7 @@ EXAMPLES
20282028
$ cg teardown --delete-image
20292029
```
20302030

2031-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/teardown.ts)_
2031+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/teardown.ts)_
20322032

20332033
## `cg update [PROVIDER]`
20342034

@@ -2064,5 +2064,5 @@ EXAMPLES
20642064
$ cg update
20652065
```
20662066

2067-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.0/src/commands/update.ts)_
2067+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.21.1-beta.1/src/commands/update.ts)_
20682068
<!-- commandsstop -->

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudgraph/cli",
33
"description": "Scan your cloud infrastructure data and query it with GraphQL",
4-
"version": "0.21.0",
4+
"version": "0.21.1-beta.1",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {
@@ -15,10 +15,10 @@
1515
},
1616
"bugs": "https://github.com/cloudgraphdev/cli/issues",
1717
"dependencies": {
18-
"@cloudgraph/sdk": "^0.15.0",
18+
"@cloudgraph/sdk": "^0.17.0",
1919
"@graphql-tools/load-files": "^6.3.2",
2020
"@graphql-tools/merge": "^8.2.0",
21-
"@oclif/core": "^1.6.0",
21+
"@oclif/core": "^1.6.1",
2222
"@oclif/plugin-help": "^5.1.12",
2323
"@types/lodash": "^4.14.175",
2424
"altair-express-middleware": "^4.0.8",

src/reports/scan-report.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ enum statusKeyWords {
2525
connections = 'connections',
2626
}
2727

28-
const servicesToIgnore = [/^tag$/, /^label$/, /^billing$/, /Findings$/]
28+
const servicesToIgnore = [
29+
/^account$/,
30+
/^tag$/,
31+
/^label$/,
32+
/^billing$/,
33+
/Findings$/,
34+
]
2935

3036
// TODO: come back and add tests once testing strategy is determined
3137
export class ScanReport {

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)