Support project-based config dir #115
Labels
enhancement
New feature or request.
solutioning
The issue is not being implemented but only analyzed and planned.
t-platform
Issues with this label are in the ownership of the platform team.
Use case: I am juggling multiple client accounts and I need to be able to push to different accounts.
Currently only one account is supported via
GLOBAL_CONFIGS_FOLDER
.https://github.com/apifytech/apify-cli/blob/cfbd6566f7c41eb5ce0b6e3e74aa1e96970b1d13/src/lib/consts.js#L100
Ideally it should allow for project-based config dir (e.g.
.../project/.apify/*
), and/or allow having multiple accounts under the homedir (e.g.$HOME/.apify/acc1
).Inspiration can be taken from
aws-cli
orkubectl
.The text was updated successfully, but these errors were encountered: