Skip to content

Commit f6217c8

Browse files
hi-leiclaude
andcommitted
docs: reformat README tables and restore demo gif embed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7808962 commit f6217c8

1 file changed

Lines changed: 55 additions & 39 deletions

File tree

README.md

Lines changed: 55 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ VERDA_VERSION=v1.0.0 curl -sSL https://raw.githubusercontent.com/verda-cloud/ver
2626

2727
Download the binary for your platform from [GitHub Releases](https://github.com/verda-cloud/verda-cli/releases):
2828

29-
| Platform | File |
30-
|----------|------|
29+
30+
| Platform | File |
31+
| --------------------- | ----------------------------------- |
3132
| macOS (Apple Silicon) | `verda_VERSION_darwin_arm64.tar.gz` |
32-
| macOS (Intel) | `verda_VERSION_darwin_amd64.tar.gz` |
33-
| Linux (x86_64) | `verda_VERSION_linux_amd64.tar.gz` |
34-
| Linux (ARM64) | `verda_VERSION_linux_arm64.tar.gz` |
35-
| Windows (x86_64) | `verda_VERSION_windows_amd64.zip` |
36-
| Windows (ARM64) | `verda_VERSION_windows_arm64.zip` |
33+
| macOS (Intel) | `verda_VERSION_darwin_amd64.tar.gz` |
34+
| Linux (x86_64) | `verda_VERSION_linux_amd64.tar.gz` |
35+
| Linux (ARM64) | `verda_VERSION_linux_arm64.tar.gz` |
36+
| Windows (x86_64) | `verda_VERSION_windows_amd64.zip` |
37+
| Windows (ARM64) | `verda_VERSION_windows_arm64.zip` |
38+
3739

3840
Extract and move to your PATH:
3941

@@ -122,61 +124,75 @@ Other Commands:
122124

123125
### VM
124126

125-
| Command | Description |
126-
|---------|-------------|
127-
| `verda vm create` | Create a VM (interactive wizard or flags) |
128-
| `verda vm list` | List and inspect VM instances |
127+
128+
| Command | Description |
129+
| ----------------- | ------------------------------------------ |
130+
| `verda vm create` | Create a VM (interactive wizard or flags) |
131+
| `verda vm list` | List and inspect VM instances |
129132
| `verda vm action` | Start, shutdown, hibernate, or delete a VM |
130133

134+
131135
### Volume
132136

133-
| Command | Description |
134-
|---------|-------------|
135-
| `verda volume create` | Create a block storage volume |
136-
| `verda volume list` | List volumes |
137-
| `verda volume action` | Detach, rename, resize, clone, or delete |
138-
| `verda volume trash` | List deleted volumes (restorable within 96h) |
137+
138+
| Command | Description |
139+
| --------------------- | -------------------------------------------- |
140+
| `verda volume create` | Create a block storage volume |
141+
| `verda volume list` | List volumes |
142+
| `verda volume action` | Detach, rename, resize, clone, or delete |
143+
| `verda volume trash` | List deleted volumes (restorable within 96h) |
144+
139145

140146
### SSH Keys & Startup Scripts
141147

142-
| Command | Description |
143-
|---------|-------------|
144-
| `verda ssh-key list / add / delete` | Manage SSH keys |
148+
149+
| Command | Description |
150+
| ------------------------------------------ | ---------------------- |
151+
| `verda ssh-key list / add / delete` | Manage SSH keys |
145152
| `verda startup-script list / add / delete` | Manage startup scripts |
146153

154+
147155
### Settings
148156

149-
| Command | Description |
150-
|---------|-------------|
151-
| `verda settings theme` | View or change the color theme |
152-
| `verda settings theme --select` | Interactive theme picker |
157+
158+
| Command | Description |
159+
| ------------------------------- | ------------------------------ |
160+
| `verda settings theme` | View or change the color theme |
161+
| `verda settings theme --select` | Interactive theme picker |
162+
153163

154164
Available themes: `default`, `dracula`, `catppuccin`, `catppuccin-latte`, `nord`, `tokyonight`, `github-light`, `solarized-light`
155165

156166
### Update
157167

158-
| Command | Description |
159-
|---------|-------------|
160-
| `verda update` | Update to the latest version |
168+
169+
| Command | Description |
170+
| ------------------------------- | ------------------------------------------------- |
171+
| `verda update` | Update to the latest version |
161172
| `verda update --version v1.0.0` | Install a specific version (upgrade or downgrade) |
162-
| `verda update --list` | List available versions |
173+
| `verda update --list` | List available versions |
174+
163175

164176
### Auth
165177

166-
| Command | Description |
167-
|---------|-------------|
168-
| `verda auth login` | Save API credentials (interactive wizard) |
169-
| `verda auth show` | Show active profile and credentials path |
170-
| `verda auth use PROFILE` | Switch active auth profile |
178+
179+
| Command | Description |
180+
| ------------------------ | ----------------------------------------- |
181+
| `verda auth login` | Save API credentials (interactive wizard) |
182+
| `verda auth show` | Show active profile and credentials path |
183+
| `verda auth use PROFILE` | Switch active auth profile |
184+
171185

172186
## Global Flags
173187

174-
| Flag | Description |
175-
|------|-------------|
176-
| `--debug` | Enable debug output (API request/response details) |
177-
| `--timeout` | HTTP request timeout (default: 30s) |
178-
| `--base-url` | Override API base URL |
179-
| `--config` | Path to config file (default: `~/.verda/config.yaml`) |
188+
189+
| Flag | Description |
190+
| ------------ | ----------------------------------------------------- |
191+
| `--debug` | Enable debug output (API request/response details) |
192+
| `--timeout` | HTTP request timeout (default: 30s) |
193+
| `--base-url` | Override API base URL |
194+
| `--config` | Path to config file (default: `~/.verda/config.yaml`) |
195+
180196

181197
## Configuration
182198

0 commit comments

Comments
 (0)