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 |
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 |
aether project delete
Delete a project and all its resources. This action is irreversible.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |