alca init#

Initialize Alcatraz configuration in current directory

Synopsis#

Initialize Alcatraz by creating a .alca.toml configuration file in the current directory with default settings.

When called with a git+ argument, downloads preset configuration files from a git repository. Use –template/-t to select a template non-interactively (e.g., –template alpine). Use –update to refresh previously downloaded preset files to their latest versions.

The –template and –update flags are mutually exclusive.

alca init [git+<url>] [flags]

Options#

  -h, --help              help for init
  -t, --template string   Template to use (alpine, debian, nix)
      --update            Update all preset files to latest versions

SEE ALSO#

  • alca - Alcatraz - Run code agents unrestricted, but fearlessly
Auto generated by spf13/cobra on 6-Mar-2026#