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
Describe the Bug
Currently running something like
cloudquery describe awswill produce the following:Our syntax right now is different so we should show something like
aws//cis_v1.2.0andaws//cis_v1.2.0/1and so on.Expected Behavior
CloudQuery Version
Debug Output
Steps to Reproduce
Additional Context
References