octopipe auth login
Command Referenceoctopipe auth login
command authenticates your local CLI session with the Octopipe cloud service. This step is essential for accessing cloud-specific features and for securely managing pipelines.
--api-key <key>
--api-key ABCDEFG1234567
--username <username>
--password
).--username johndoe
--password <password>
--username
).--password MySecretPassword
--token <token>
--token TOKEN_VALUE
--server <url>
--server https://custom.octopipe.io
--port <port>
8765
--timeout <seconds>
120
--api-key
, the CLI will authenticate directly by sending the API key to the server.--username
and --password
, the CLI will attempt username/password authentication.--token
, the CLI will simply store this token, bypassing the login flow.~/.octopipe/auth.json
), so you don’t need to log in repeatedly.octopipe auth logout
) if you’re using a shared machine.
octopipe auth login
command is essential for establishing a secure, authenticated session with the Octopipe service. By following the best practices and examples provided, you can ensure smooth and secure access to all Octopipe functionalities.