-
Notifications
You must be signed in to change notification settings - Fork 547
--data-dir parameter ignored #2644
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels