.hx source files and helix.toml configuration from a deployed Helix Cloud instance back to your local project.
This command:
- Authenticates with Helix Cloud
- Resolves your workspace and cluster (interactive prompts if needed)
- Downloads
.hxquery files andhelix.tomlfrom the remote instance - Prompts before overwriting any local files that differ
- Merges the remote
helix.toml— updates[project]and the specific[cloud.<instance>]block while preserving[local.*]and other cloud entries
helix auth login.
Usage
Arguments
| Argument | Description |
|---|---|
INSTANCE | Instance name to sync from. If omitted, an interactive selection prompt will appear |
Available flags
| Flag | Type | Description |
|---|---|---|
--yes, -y | Boolean | Overwrite local files without confirmation prompts |