-
Notifications
You must be signed in to change notification settings - Fork 550
cloudquery describe message is misleading #408
Copy link
Copy link
Closed
Description
Describe the Bug
Currently running something like cloudquery describe aws will produce the following:
+---------------------------------------------+--------------------------------+
| PATH | DESCRIPTION |
+---------------------------------------------+--------------------------------+
| aws | AWS Security & Compliance |
| aws/cis_v1.2.0 | AWS CIS V1.20 Policy |
| aws/cis_v1.2.0/1 | Section 1: Identity and Access |
| | Management |
| aws/cis_v1.2.0/2 | Section 2: Logging |
| aws/cis_v1.2.0/3 | Section 3: Monitoring |
......
To execute any policy use the path defined in the table above.
For example `cloudquery policy run aws cis_v1.2.0`%
Our syntax right now is different so we should show something like aws//cis_v1.2.0 and aws//cis_v1.2.0/1 and so on.
Expected Behavior
CloudQuery Version
Debug Output
Steps to Reproduce
Additional Context
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels