aether github
Manage the GitHub integration for your project. Connect your GitHub account, import repositories into workspaces, and export changes back to GitHub. Alias:gh
Usage
Subcommands
| Subcommand | Description |
|---|---|
connect | Connect your GitHub account |
disconnect | Disconnect GitHub |
status | Show GitHub connection status |
repos | List accessible repositories |
import | Import a repository into a workspace |
export | Export workspace changes to GitHub |
link | Show the linked repository |
unlink | Unlink the repository from the project |
aether github connect
Opens your browser to install the Aether GitHub App and authorize access to your repositories.aether github disconnect
Disconnect the GitHub integration from the current project.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |
aether github status
Show the current GitHub connection status.aether github repos
List repositories accessible through the GitHub App installation.| Flag | Description |
|---|---|
--page | Page number for pagination |
--search | Filter repositories by name |
aether github import
Import a GitHub repository into a workspace.| Flag | Description |
|---|---|
--repo | Repository in owner/name format (required) |
--workspace | Target workspace ID. Uses the active workspace if not specified. |
aether github export
Export workspace changes to GitHub as a commit.| Flag | Description |
|---|---|
--workspace | Workspace ID. Uses the active workspace if not specified. |
--commit-message | Commit message for the push |
--force | Skip confirmation prompt |
aether github link
Show the currently linked GitHub repository.aether github unlink
Unlink the GitHub repository from the current project. This does not delete any files in the workspace.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |