MicroticaMicrotica

Command reference

Every Microtica CLI command, grouped by what it manages — projects, environments, applications, pipelines, components, Git, and logs.

The microtica CLI groups its commands by the resource they manage. Each group below has its own page with the full flag set and examples. Run microtica <command> --help at any time for the same details in your terminal.

Command groups

Conventions

A few things hold for every command:

  • Project id. Most commands need one. Pass --project <id> or set MICROTICA_PROJECT_ID. See Authenticate the CLI.
  • Output. Add --json for the raw response or --query to filter it. See Output, queries, and exit codes.
  • Help. microtica --help lists every command; microtica <command> --help shows the flags for one.

Quick map

GroupCommands
Projectswhoami, project list, project get
Environmentsenv list, get, get-details, get-resource, last-deploy, clone, deploy, wait, replicate, undeploy, delete, update-resource, add-resource, remove-resource
Applicationsapp list, last-deploy, get, logs, declare, deploy, update-config, status, resources, replicas
Pipelinespipeline list, get, create, update, spec update, trigger, delete, history, builds list, builds get
Componentscomponent create, list, get, init
Gitgit accounts list, repos list, branches list
Logslogs deploy, logs build, logs app

On this page