The full CLI surface, including
iii worker and iii console, is also published as an
automatically generated CLI reference.Subcommands
Running
iii with no subcommand starts the engine from ./config.yaml (or the path passed to
--config). When the file doesn’t exist yet, iii offers to create it with an empty workers list
(and creates it without asking in non-interactive sessions); add workers with iii worker add.
Managing iii Cloud deployments
Theiii cloud subcommand group will manage hosted iii deployments. See
Deployment for details about the iii cloud.
iii’s cloud will be available soon.
Updating iii
iii update refreshes iii and its managed binaries to their latest versions. This is distinct from
iii worker update, which refreshes pinned worker versions inside a project.
Specific targets can be updated individually via
iii update [target]. Run iii update --list-targets to see the list of targets.