CLI Usage
The AIUS CLI is a terminal interface for data work. The agent loop runs through AIUS; the CLI renders the conversation, executes approved tools locally, and pauses when your input is needed.Installation
Sign in
The recommended flow is:--password to receive a secure password prompt. To create an account
from the terminal:
Start work
Runaius from the folder you want it to work in:
context/ plus data/ layout is
not required.
Run CLI commands from chat
You can type these commands directly into the AIUS chat prompt. AIUS runs them locally without asking the model to interpret them and places their output in the conversation:Common options
--reset rewinds local synced state while preserving the remote project and
your login. --delete removes the remote project and resets its local runtime
state; it requires explicit project-name confirmation.
To leave a long conversation behind without resetting the project, type
/clear in the TUI. AIUS opens a new empty chat in the same project while
keeping the previous transcript in session history and preserving every file,
artifact, result, and project setting. If an agent run or tool is still active,
pause it with Esc or /pause before clearing the chat.
For retained conversations from another device, use /shared-sessions in a
linked project. Sharing is an explicit per-device, per-project choice; see
Shared Sessions for consent, access, and retention.
The model is selected by AIUS. You do not pass a client-side model or provider
key.
Update
Security
- Local shell and file actions are governed by permission prompts.
- The terminal credential is stored with restricted permissions.
- A removed workspace member’s credential is rejected immediately by the live membership check, even if cleanup delivery is temporarily unavailable.
- A temporary membership-service problem is reported as retryable; it never becomes an unbilled run.