We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was mentioned in #702 (comment) and I basically ran into the same today.
wanted to use apify-cli for one-time apify run under specific user without a need to do extra logins.
apify-cli
apify run
I blindly tried something like:
my@localhost:~/Projects/my-actor> APIFY_TOKEN=MY_APIFY_TOKEN apify info username: loggedInUserName userId: loggedInUserId
but it returns the logged-in user instead of the one from passed APIFY_TOKEN. Based on the previous mention I expect it is not currently possible.
APIFY_TOKEN
I am opening this issue to discuss/track this feature request.
The text was updated successfully, but these errors were encountered:
vladfrangu
No branches or pull requests
It was mentioned in #702 (comment) and I basically ran into the same today.
wanted to use
apify-cli
for one-timeapify run
under specific user without a need to do extra logins.I blindly tried something like:
but it returns the logged-in user instead of the one from passed
APIFY_TOKEN
. Based on the previous mention I expect it is not currently possible.I am opening this issue to discuss/track this feature request.
The text was updated successfully, but these errors were encountered: