Releases: laravel/cloud-cli
Releases · laravel/cloud-cli
v0.2.5
What's Changed
- Attach database, cache, and WebSocket app via environment:update by @joetannenbaum in #147
- Accept bucket arg on bucket-key:delete and bucket-key:update by @joetannenbaum in #148
- Return SUCCESS when list commands find no results by @joetannenbaum in #149
- Fix websocket-cluster:create in non-interactive mode by @joetannenbaum in #150
- Fix websocket-application:create in non-interactive mode by @joetannenbaum in #151
- Fix instance:create in non-interactive mode by @joetannenbaum in #152
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Removed redundant null coalesce by @joetannenbaum in #145
- Added install skills middleware by @joetannenbaum in #146
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Move all packages from
requiretorequire-devto avoid conflicts on installation by @joetannenbaum in #144
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- Allow
tinkerto run non-interactively by @joetannenbaum in #142
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add
tinkerCommand by @joetannenbaum in #141 - [main] [bug] Catch RequestException instead of Throwable in DatabaseDelete by @JoshSalway in #138
- [main] [cleanup] Remove commented-out dead code from EnvironmentVariables by @JoshSalway in #137
- [main] [bug] Guard against empty token list in auth:token --remove by @JoshSalway in #134
- [main] [bug] Use self::FAILURE constant in InstanceDelete by @JoshSalway in #133
- [main] [bug] Remove credential leak in database:open by @JoshSalway in #132
- [main] [bug] Fix method typo getWorkerDefult in BackgroundProcessCreate by @JoshSalway in #131
- [main] [bug] Fix Saloon RequestException import in 7 delete commands by @JoshSalway in #104
Full Changelog: v0.1.18...v0.2.0
v0.1.18
What's Changed
- Tell non-interactive users that deploy command is switching to ship by @joetannenbaum in #129
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- Optimize CLI for AI agents in non-interactive mode by @joetannenbaum in #118
- Fix Font::load crash on Windows by @JoshSalway in #111
- De-dupe tokens on successful auth by @joetannenbaum in #119
- [main] [bug] Fix browser and file manager commands on Windows and Linux by @JoshSalway in #117
- Fix TypeError when startedAt is null in monitor renderers by @joetannenbaum in #120
- Global
--fieldsoption to reduce--jsonpayload by @joetannenbaum in #121 - Monitor commands non-interactively by @joetannenbaum in #122
- Better confirm destructive in non interactive mode by @joetannenbaum in #123
- Include sent values for errors in non-interactive mode by @joetannenbaum in #124
- Update
deploydescription to point towardsshipfor new apps by @joetannenbaum in #125 - Added aliases for both human and agent friendly, guessable command names by @joetannenbaum in #126
- Fix: undefined index on IP Address table by @joetannenbaum in #127
deployships in non-interactive mode if no app exists by @joetannenbaum in #128
New Contributors
- @JoshSalway made their first contribution in #111
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Upgrade saloonphp/saloon from v3 to v4 by @pushpak1300 in #116
Full Changelog: v0.1.15...v0.1.16