-
Notifications
You must be signed in to change notification settings - Fork 549
Possible improvements to cloudquery commands #751
Copy link
Copy link
Closed
Description
Opening a top level issues to log ideas I have when I use the clouduqery CLI.
- When running
cloudquery fetchbefore runningcloudquery initwe get an errorFailed to read file; The file "./config.hcl" could not be read: no such file or directory. Hint: Try cloudquery init <provider>. We could also prompt the user (if we detect a non CI environment) to run theinitfor them, e.g.would you like to run init now?or something similar - When running
cloudquery init <provider>with an existing config file, the command fails withError: Config file ./config.hcl already exists. We could also prompt the user (if we detect a non CI environment) to override the existing config. In CI environments we can fail, and also add--forceflag to always override without prompting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels