@intuned/cli provides command-line access to develop, test, deploy and manage Intuned automation projects.
Commands
- Login
- Logout
- Platform — Manage projects on Intuned platform.
- Dev — Develop and test automations locally.
- Configuration — Settings file, environment variables, and authentication.
Login
Login to your Intuned account via browser-based OAuth. This login is reused across your machine.-h, --help
Display help for command. Will not execute the command.
Login has no effect when
INTUNED_API_KEY environment variables are set.Logout
Logout from your Intuned account.-h, --help
Display help for command. Will not execute the command.
Authentication
The CLI supports two authentication methods:- Browser-based Login (
intuned login) — Browser-based OAuth login. - API Key (
INTUNED_API_KEYenvironment variable) — Requires workspace ID from settings file (workspaceId) orINTUNED_WORKSPACE_IDenv var.
Reference
- Dev reference — Develop and test automations locally.
- Platform reference — Manage projects on Intuned platform.
- Configuration — Settings file, environment variables, and authentication.