Skip to main content
These commands configure how the CLI connects to your Vijil Console deployment and which team’s resources it acts on. Configuration is stored in ~/.vijil/config.yaml.

Authentication

vijil auth init

Configure the Vijil Console API gateway URL. Run once after installation.
Run without --url to be prompted interactively. The CLI verifies connectivity before saving.

vijil auth login

Log in and store credentials.
Flags are prompted interactively when not provided. On success, the CLI stores a JWT token and automatically selects your team if you belong to exactly one.

vijil auth logout

Clear stored credentials.

vijil auth change-password

Change your account password.

Team Management

vijil team list

List all teams your account belongs to.

vijil team use

Set the active team for all subsequent commands. The team ID is injected automatically into commands that require it.
Last modified on July 16, 2026