- 4bf6d1e: Fix: use client auth token instead of stored token
- b85e156: Fix: nodev22 compat
- fd128bc: Node v22 compat
- 82b4c6b: Add support for PHIO_USERNAME, PHIO_PASSWORD, and PHIO_INSTANCE_NAME env vars
- 82b4c6b: Migrate to instance names only (no IDs)
- 82b4c6b: Remove support for global instance name - local package.json or pockethost.json required now
- 1b46e08: Alphabetize instance lists
- 82b4c6b: Improved error message reporting
- 283da4e: Add 'info' command
- b17fca2: Add error handling when 'link' returns no instances
- 8aaa611: Add 'ls' alias
- Fix: --include and --exclude now parse comma separated values correctly
- Fix: bad include path
- 467c4ba: Enh: Validate auth before tailing instance logs
- 4e8ddb5: Fix: auth token now stored correctly after refresh
- Fix: Link now uses package.json
- Introduced deploy command
- Command refactoring
- Enh: add --verbose flag to dev mode
- Fix: include and exclude defaults
- afc6e91: Added
link
command to link to a specific instance - fff79df: pockethost.io now runs
bun install
when uploading abun.lockb
- 9fc57d6: Added whoami command
- 9fc57d6: Added list command
- afc6e91: Added --include and --exclude options to dev watch mode
- afc6e91: Fix: log tailer will now restart on disconnect
- fff79df: Enh: watcher now looks for package.json and bun.lockb
- fff79df: Fix: watcher was incorrectly applying --include and --exclude
- fff79df: Enh: watcher now queues successive deployments that happen in rapid succession
- Forgot tsx dep
- a5bf2f3: Initial version