Atelier docs
Get started
Install Atelier, sign in, scan your machine, and save your first encrypted config snapshot.
Install
Atelier is distributed as the public npm package @manan_joshi/atelier. The command is atl.
npm install -g @manan_joshi/atelier
atl --version Sign in
Atelier uses GitHub device authentication for CLI login. The CLI receives an Atelier session after authorization.
atl login
atl whoami Scan this machine
Scan builds a local inventory of known config paths and any extra paths you provide.
atl scan
atl list Save your first config
Use a stable ID from the inventory or pass a path directly.
atl save zed.settings
atl save ~/.config/some-tool/config.json
atl saved list Apply on another machine
Install Atelier, sign in with the same account, preview the change, then apply with a backup if the local file already exists and differs.
atl apply zed.settings --preview
atl apply zed.settings --backup