Usage
Subcommands
aether onboarding complete
Complete onboarding without launching a task. The server requires a connected GitHub installation and at least one connected coding-agent provider for self-serve accounts.--json for the response object:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete CLI-driven onboarding after connecting its required integrations
aether onboarding <subcommand>
| Subcommand | Description |
|---|---|
complete | Mark onboarding complete after server-verified prerequisites pass |
aether onboarding complete
Onboarding completed.
Onboarding already completed.
Error: onboarding completion requirements missing: github_installation,agent_provider_credential (403)
--json for the response object:
{
"onboarding_completed": true,
"already_completed": false
}