2FA login with CLI
Solved
Support
-
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. -
@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
-
-