apify-cli icon indicating copy to clipboard operation
apify-cli copied to clipboard

Support project-based config dir

Open moltar opened this issue 6 years ago • 2 comments

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 or kubectl.

moltar avatar Jun 23 '19 18:06 moltar

any progress on this?

uiii avatar Jul 26 '22 15:07 uiii

No, sorry. But it's not dead, we're just completely reworking the way this and many other things will be handled. For reference see the Actor specs

mnmkng avatar Jul 26 '22 16:07 mnmkng