chore: update cloudly dependency stack

Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
This commit is contained in:
2026-05-08 13:56:20 +00:00
parent 80226c8a1c
commit f40ef6b7c0
75 changed files with 4003 additions and 6406 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ import * as qenv from '@push.rocks/qenv';
export {
projectinfo,
qenv,
}
}
+2 -2
View File
@@ -23,7 +23,7 @@ It is not currently a full command tree for services, secrets, deployments, logs
The package is published from `cloudly/ts_cliclient` via `tspublish.json` under the name `@serve.zone/cli` with the `servezone` binary.
```sh
pnpm add -g @serve.zone/cli
pnpm add --global @serve.zone/cli
```
For local development inside the Cloudly repository, build the parent package:
@@ -56,7 +56,7 @@ When `CLOUDLY_TOKEN` is present, the CLI requests a stateful identity and asks C
## Programmatic Use
The submodule exports the `runCli()` entry point and uses `CliClient` internally:
The published submodule exports the `runCli()` entry point. For automation, most callers should use `@serve.zone/api` directly; the internal `CliClient` currently wraps `CloudlyApiClient` only to run the default cluster-list action:
```ts
import { CloudlyApiClient } from '@serve.zone/api';
+3 -2
View File
@@ -11,5 +11,6 @@
"registry.npmjs.org:public",
"verdaccio.lossless.digital:public"
],
"bin": ["servezone"]
}
"bin": ["servezone"],
"order": 10
}