Skip to content

Persistent data folder should be configurable #446

@Saare

Description

@Saare

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=false

Describe 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions