Skip to content

Commit 4d43c83

Browse files
committed
Migrate CLI to @pocketenv/sdk
1 parent 1dcbe3f commit 4d43c83

25 files changed

Lines changed: 267 additions & 1021 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.3] - 2026-04-05
6+
7+
### Changed
8+
9+
- **Migrate CLI to `@pocketenv/sdk`**: All direct API/axios calls have been replaced with the official `@pocketenv/sdk`. A new `configureSdk()` helper initialises the SDK once per command using the resolved auth token. Encryption, redaction, and SSH key generation for secrets, files, tailscale, and SSH keys are now handled by the SDK internally. The `waitUntilRunning` local helper has been removed in favour of `sandbox.waitUntilRunning()`.
10+
11+
---
12+
513
## [0.6.2] - 2026-04-05
614

715
### Added

apps/cli/bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"bin": {
55
"pocketenv": "dist/index.js"
66
},
7-
"version": "0.6.2",
7+
"version": "0.6.3",
88
"type": "module",
99
"keywords": [
1010
"sandbox",
@@ -42,6 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@inquirer/prompts": "^8.3.0",
45+
"@pocketenv/sdk": "^0.2.1",
4546
"axios": "^1.13.6",
4647
"chalk": "^5.6.2",
4748
"cli-table3": "^0.6.5",

0 commit comments

Comments
 (0)