You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apify CLI should support the organizations in an equal way to Apify Console UI, i.e., the user should be able to push Actor under their own account or under the organization.
The current workaround is to log out and call apify login with the organization token, but that is not comfortable.
mtrunkat
changed the title
Apify CLI to support organizations the same way UI does
Apify CLI to support organizations the same way Apify Console does
Nov 27, 2023
Apify CLI should support the organizations in an equal way to Apify Console UI, i.e., the user should be able to push Actor under their own account or under the organization.
The current workaround is to log out and call
apify login
with the organization token, but that is not comfortable.There are multiple options. We could, for example, allow the storing of multiple accounts (profiles) in
.apify/credentials
file as AWS does: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html and allow people to easily switch between profiles.Or we could add a parameter
i
(= impersonate) allowing to impersonate an organization in the command:The CLI would then fetch a user's token impersonating the organization and perform the command.
The text was updated successfully, but these errors were encountered: