ATLAS CLI (acli)#
file version: 16 June 2026
Warning
The Versity HSM system is not active yet. The StrongLink system will be replaced by Versity (Software) in the end of June 2026. We expect the Versity will be online on 6 July 2026.
The ATLAS command-line client, acli, 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:
acli [flags]
acli [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 |
|
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 acli [command] --help for command-specific details.