-
Notifications
You must be signed in to change notification settings - Fork 550
Persistent data folder should be configurable #446
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
I am trying to create an isolated environment for cloudquery due to company policy.
The cli allows me to configure the paths for plugins, policies and configuration - but the default .cq directory is still being created when running cloudquery init with two files in it: last-update-check and telemtry-random-id.
cloudquery init aws --plugin-dir /.my-cd-directory/providers --policy-dir /.my-cd-directory/policies --config /.my-cd-directory/config.hcl --enable-file-logging=falseDescribe the solution you'd like
My suggestion is to add a cli parameter (something like --persistent-data-dir), that defaults to ./.cq, in which such data is stored.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels