aether project
Manage your Aether projects. Projects contain workspaces, tasks, environment variables, and integration configurations.Usage
Subcommands
| Subcommand | Description |
|---|---|
list | List all projects |
get <id> | Get details for a specific project |
create | Create a new project |
update <id> | Update project metadata and runtime defaults |
delete <id> | Delete a project |
select [id] | Set the default project |
aether project list
List all projects in your account.| Flag | Description |
|---|---|
--json | Output as JSON |
aether project get
Get details for a specific project. Supports short ID prefix resolution (first 8 characters).aether project create
Create a new project.| Flag | Description |
|---|---|
--name | Project name (required) |
--description | Project description |
--hardware-preset | Default hardware preset |
--cpu-kind | Default CPU kind |
--cpus | Default CPU count |
--memory-mb | Default memory in MB |
--volume-size-gb | Default volume size in GB |
--gpu-kind | Default GPU kind, or none to clear |
aether project update
Update project metadata, default workspace hardware, and task defaults.| Flag | Description |
|---|---|
--name | Project name |
--description | Project description |
--repo-url | Repository URL |
--hardware-preset | Default hardware preset |
--cpu-kind | Default CPU kind |
--cpus | Default CPU count |
--memory-mb | Default memory in MB |
--volume-size-gb | Default volume size in GB |
--gpu-kind | Default GPU kind, or none to clear |
--agent-type | Default task agent type |
--model | Default task model |
--interaction-mode | Default task interaction mode |
--reasoning-effort | Default task reasoning effort, or none |
--auto-fix-ci | Default CI auto-fix (true or false) |
--auto-fix-pr-comments | Default PR comment auto-fix (true or false) |
--auto-rebase | Default auto-rebase (true or false) |
aether project delete
Delete a project and all its resources. This action is irreversible.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |