Skip to content

Commit 5eb2271

Browse files
committed
feat: enhance cloud command functionality and update README
- Introduced new cloud commands for login, run, status, and logs, streamlining interaction with the Devsper cloud platform. - Refactored existing registry commands to cloud commands, improving organization and clarity in the CLI. - Updated README to include new cloud command usage examples and enhance documentation for better user guidance. - Removed outdated registry command implementations to focus on cloud functionality.
1 parent 105c1c4 commit 5eb2271

12 files changed

Lines changed: 865 additions & 1760 deletions

File tree

.github/workflows/publish-plugin.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ See [Configuration](docs/configuration.md#credentials-api-keys) and [CLI](docs/c
175175
| `devsper analytics` | Tool usage stats |
176176
| `devsper build "app description" [-o dir]` | Autonomous app builder |
177177
| `devsper upgrade [--check \| -y]` | Check for updates / upgrade |
178+
| `devsper cloud login` / `devsper cloud run` / `status` / `logs` | Hosted platform: auth (keychain), queue a job, poll results |
178179

179180
Run `devsper --help` or `devsper <command> --help` for examples and options.
180181

@@ -300,7 +301,7 @@ Full docs (with versioning and dark mode): **[docs.devsper.com](https://docs.dev
300301
| [Architecture](https://docs.devsper.com/docs/architecture) | Planner, Scheduler, Executor, Agents, Tools, Memory, strategies |
301302
| [Configuration](https://docs.devsper.com/docs/configuration) | TOML schema, locations, env, **credentials** |
302303
| [Swarm runtime](https://docs.devsper.com/docs/swarm_runtime) | Task lifecycle, flow, map-reduce |
303-
| [Tools](https://docs.devsper.com/docs/tools) | Registry, runner, smart selection, plugins |
304+
| [Tools](https://docs.devsper.com/docs/tools) | Tool registration, runner, smart selection, plugins |
304305
| [Memory](https://docs.devsper.com/docs/memory_system) | Types, store, retrieval, knowledge graph |
305306
| [Providers](https://docs.devsper.com/docs/providers) | Provider routing, Azure, GitHub Models, auto routing |
306307
| [CLI](https://docs.devsper.com/docs/cli) | All commands, **credentials**, completion |

0 commit comments

Comments
 (0)