files
Usage
--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.