Skip to content

--data-dir parameter ignored #2644

@mrichnu

Description

@mrichnu

Describe the Bug

When running cloudquery sync with the --data-dir flag to change the location where the plugin files are downloaded, cloudquery 1.0.7 is ignoring the value passed in and always saving plugins to the ./.cq directory.

Expected Behavior

cloudquery should save plugins in the directory specified by the --data-dir parameter.

CloudQuery Version

cloudquery version 1.0.7

Steps to Reproduce

Run cloudquery e.g.

cloudquery sync source.yml dest.yml \
    --data-dir /mnt/data \
    --log-console --color off --no-log-file --log-level warn \
    2>&1

Additional Context

Note the --color flag is being ignored as well; I always get colored output.

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