Skip to main content
The Intuned CLI @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.
intuned login
-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.
intuned logout
-h, --help
Display help for command. Will not execute the command.

Authentication

The CLI supports two authentication methods:
  1. Browser-based Login (intuned login) — Browser-based OAuth login.
  2. API Key (INTUNED_API_KEY environment variable) — Requires workspace ID from settings file (workspaceId) or INTUNED_WORKSPACE_ID env var.
Priority: API Key > Browser-based Login > Error

Reference