atlas favorites#
file version: 10 July 2026
Overview#
atlas favorites manages favorite directory shortcuts. Favorites are
stored server-side in your user preferences and shared across atlas
invocations.
@alias and @alias/subpath path expansion works everywhere a
path is accepted, both interactive and batch. For example:
atlas ls @home/data
atlas stage @archive/2026/q2/*.tar
This works after atlas favorites add /users/alice --alias home.
Usage#
atlas favorites [flags]
atlas favorites [command]
Commands#
Command |
Description |
|---|---|
|
List all favorites (default) |
|
Add a favorite; alias defaults to the basename |
|
Remove a favorite by alias or path |
Examples#
atlas favorites list
atlas favorites add /hsm/arch/project
atlas favorites add /users/alice --alias home
atlas favorites add /data/projects/atlas
atlas favorites delete @home
atlas favorites delete /data/projects/atlas
Global Flags#
Flag |
Description |
|---|---|
|
Path to CA certificate for server verification |
|
Machine-readable output format ( |
|
Interface language ( |
|
Disable color output |
|
Use plaintext (non-TLS) connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |