Atelier docs

Profiles

Profiles let you keep separate sets of saved configs for different contexts.

Create and list profiles

Profiles are account-backed. Use them for contexts like personal, work, or a specific setup.

atl profile create personal
atl profile list
atl profile current

Switch with preview

Profile switch applies all saved configs in the target profile. Preview mode shows the plan without writing files or changing the active profile.

atl profile switch personal --preview

Switch safely

A plain switch applies missing or unchanged files and blocks if any local target file differs. Add --backup to back up differing local files before replacement.

atl profile switch personal
atl profile switch personal --backup

Individual apply still works

Use atl apply when you only want one saved config from the active profile.

atl apply zed.settings --preview