Skip to main content
Manage files in a running workspace. All file operations run over a WebSocket connection to the workspace. Alias: files

Usage

Every subcommand accepts the persistent --workspace flag to target a specific workspace. When omitted, the command uses the project’s single running workspace.

Subcommands

aether file list

List files and directories at the given path. Defaults to the workspace root. Directories are listed first, then files, alphabetically within each group.

aether file read

Read the contents of a file and print it to stdout.

aether file write

Write content to a file, creating it if it does not exist or overwriting it if it does. Provide the content with --content, or pipe it on stdin.

aether file mkdir

Create a directory.

aether file delete

Delete a file or directory.

aether file rename

Rename or move a file or directory.

aether file stat

Show metadata for a file or directory: path, type, size, and modified time.