The Intuned CLIDocumentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
@intuned/cli provides command-line access to develop, test, deploy and manage Intuned automation projects.
Commands
- Auth — Manage authentication (login, logout, whoami).
- Platform — Manage projects on Intuned platform.
- Dev — Develop and test automations locally.
- Configuration — Settings file, environment variables, and authentication.
Auth
Theintuned auth command group manages 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.
Whoami
Display current authentication information including the authentication method, workspace, and role.- Browser-based login — Email, workspace ID, workspace name, and role.
- API key (
INTUNED_API_KEY) — Workspace ID and workspace name. - Not logged in — Instructions for how to authenticate.
--json for machine-readable output:
-h, --help
Display help for command. Will not execute the command.
Authentication
The CLI supports two authentication methods:- Browser-based Login (
intuned auth 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.