ATLAS CLI (atlas)#
file version: 10 Jul 2026
The ATLAS command-line client, atlas, is the terminal interface for
the Versity ATLAS service. It can be used interactively or from scripts
to manage sessions, transfer files, stage data from tape, and inspect
metadata and tags.
Quick Start#
The general command pattern is:
atlas [flags]
atlas [command]
Common Session Commands#
Command |
Description |
|---|---|
|
Show current user identity |
|
Authenticate with the ATLAS server |
|
End the current session |
|
Show server and session status |
File Operations#
Command |
Description |
|---|---|
|
Manage POSIX access control lists |
|
Change working directory |
|
Get, set, generate, verify, or clear file checksums |
|
Change file permissions |
|
Change file ownership |
|
Copy files or directories |
|
Download file(s) from the server |
|
List directory contents |
|
Create a directory |
|
Move or rename files (inside HSM), do not use between different filesystems |
|
Print working directory |
|
Get, set, or clear file retention period |
|
Remove files or directories |
|
Upload file(s) to the server |
Metadata and Search#
Command |
Description |
|---|---|
|
Show metadata for a file |
|
Search for files by metadata |
|
List, add, set, modify, or remove tags on a file |
Archive Handling#
Command |
Description |
|---|---|
|
Release file data, making it offline |
|
Stage files from archive and bring them online |
Jobs and Resources#
Command |
Description |
|---|---|
|
Manage asynchronous jobs |
|
Manage storage resources |
|
Manage access control for administrators |
Utility Commands#
Command |
Description |
|---|---|
|
Enter the interactive shell |
|
Show the |
Additional Commands#
Command |
Description |
|---|---|
|
Generate shell completion scripts |
|
Show help for any command |
|
View and manage active sessions |
Global Flags#
Flag |
Description |
|---|---|
|
Path to the CA certificate for server verification |
|
Output format ( |
|
Show help for |
|
Interface language ( |
|
Disable color output |
|
Use a plaintext, non-TLS connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |
See atlas [command] --help for command-specific details.