2FA login with CLI
-
wrote on May 12, 2022, 8:58 PM last edited by girish May 12, 2022, 9:32 PM
Hi! I would like a method to sign in to the CLI without 2FA. Use case is in CI/CD I would like to log in to be able to run the update command.
-
Hi! I would like a method to sign in to the CLI without 2FA. Use case is in CI/CD I would like to log in to be able to run the update command.
-
@atridad API Token are for this. You can use
cloudron list --token <token> --server my.domain.com
, for example.wrote on May 13, 2022, 4:49 AM last edited by A Former User May 13, 2022, 5:32 AM@girish oh the help command didn’t mention a token as an option for the “cloudron login” command
-
@girish oh the help command didn’t mention a token as an option for the “cloudron login” command
wrote on May 13, 2022, 8:48 AM last edited by@atridad said in 2FA login with CLI:
@girish oh the help command didn’t mention a token as an option for the “cloudron login” command
good time to rev up the CLI --help
-
@girish oh the help command didn’t mention a token as an option for the “cloudron login” command
-
@atridad note that the
--token
option is for the other subcommands, not the actual login command.wrote on May 13, 2022, 1:02 PM last edited by@nebulon does the same apply to server url?
-
@nebulon does the same apply to server url?
-
-