Atelier docs
CLI reference
Public command reference for the atl CLI.
Install
npm install -g @manan_joshi/atelier Global options
atl --version
atl --help
atl help <command> login
Sign in with GitHub device authentication.
atl login whoami
Show the current signed-in account and API URL.
atl whoami logout
Remove the local Atelier session from this machine.
atl logout scan
Scan this machine and write a local inventory.
atl scan
atl scan --path ~/.config/some-tool/config.json
atl scan --legacy list
List inventory items from the last scan.
atl list
atl list --json
atl list --app Zed
atl list --secrets
atl list --missing inspect
Inspect one inventory item by stable ID or path.
atl inspect zed.settings
atl inspect ~/.config/zed/settings.json
atl inspect zed.settings --json summary
Print the last scan summary.
atl summary
atl summary --json profile
Manage account-backed profiles.
atl profile list
atl profile create personal
atl profile current
atl profile switch personal --preview
atl profile switch personal --backup vault
Advanced vault controls. Most users only see vault prompts during save or apply.
atl vault status
atl vault init
atl vault unlock
atl vault lock save
Save one config snapshot to the active encrypted profile.
atl save zed.settings
atl save ~/.config/app/settings.json apply
Apply one saved config to this machine.
atl apply zed.settings --preview
atl apply zed.settings
atl apply zed.settings --backup saved
Inspect encrypted configs saved remotely.
atl saved list
atl saved show zed.settings doctor
Check runtime, session, API URL, inventory state, and local warnings.
atl doctor
atl doctor --json