Install
- Supported operating system: macOS, Linux, Windows(Windows Terminal).
- Supported CPU architecture: arm64, amd64
Windows on Arm (arm64) is not yet supported.You can install via: cURL
Sign in
Authentication is required before using Qoder. The CLI will automatically prompt you to sign in the first time you execute a command. There are two primary methods to authenticate:- Interactive Sign in (Recommended)
- Environment Variable (for automated scripts)
- login with browser: This will open a Sign in page in your default web browser to complete authentication.
- login with qoder personal access token: You will be prompted to paste your Qoder Personal Access Token directly into the terminal.
You can get your personal access token on the page: https://qoder.com/account/integrationsMethod 2: Sign in via Environment Variable For non-interactive sessions or automated environments (e.g., CI/CD pipelines), you can authenticate by setting an environment variable.
If a valid token is set both via the/logincommand and this environment variable, the token provided through/loginwill take precedence.
Use
Now that you’re signed in, you can refer to Using CLI and learn how to use the Qoder CLI.Upgrade
Automatic upgrade is enabled by default. You can also upgrade manually by the following these methods: cURLautoUpdates to false in ~/.qoder.json.
Sign out
You can sign out using the/logout command as you need.
If you authenticated using theQODER_PERSONAL_ACCESS_TOKENenvironment variable, you must unset the variable before running/logout.