Skip to content

Quickstart

Good first commands (install ABCs, configure them & init the shell profile)

devops install --group sysabc  # Install (if missing) the underlying package managers (apt or brew or winget)
devops config copy-assets all  # copy config files to machine
devops config sync down --sensitivity public --method copy --on-conflict throw-error --which all  # link config files
devops config terminal config-shell --which default  # add alias to shell (pwsh, zsh or bash)
devops install --group termabc  # install the basic terminal cli's
# restart your shell ... you should see a difference.

Install tools

Interactive flow:

devops install --interactive

If you already know the bundle you want:

devops install --group <group-name>

Check the live help before choosing names:

devops install --help

Inspect config and data sync workflows

devops config sync --help
devops data sync --help

These help screens show the current required arguments and options for dotfiles/config sync and backup sync.

5. Explore the rest of the CLI

cloud --help
sessions --help
agents --help
utils --help
croshell --help

Next steps

  • User Guide


    Continue to the broader documentation.

    User Guide

  • CLI Reference


    Browse the full command reference.

    CLI Reference