This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Releases: deta/space-cli
Releases · deta/space-cli
v0.3.4
v0.3.3
v0.3.2
v0.3.1
What's Changed
- fix cli version check by @pomdtr in #80
- add log when no micro is found by @pomdtr in #82
- space exec: disable requirement of project flag by @pomdtr in #81
- space dev: add a log if at command exit by @pomdtr in #83
- automatically set the uvicorn port during
space dev
by @pomdtr in #86 - fix include/serve property validation in Spacefile schema by @pomdtr in #87
- fix space new log when no micro has been detected by @pomdtr in #88
- Update: add
.output/
directory to.spaceignore
by @mikBighne98 in #92 - add support for serving static files in space dev by @pomdtr in #89
- Use github release api to check for new cli versions by @pomdtr in #93
- disable version check for some commands (ex:
space completion
) by @pomdtr in #84 - feat: new publishing flow by @BetaHuhn in #85
- update install scripts urls by @pomdtr in #94
New Contributors
- @mikBighne98 made their first contribution in #92
Full Changelog: v0.2.2...v0.3.1
v0.2.2
v0.2.1
v0.2.0
Added
space login
now supports a--with-token
flag to pipe the token through stdinSpacefile
validation is now largely achieved thanks to a JSON schema- the list of files patterns ignored by default during
space push
has been expanded
Fixed
- Cancelling an interactive prompt now restore the cursor properly
- the space cli can now be used in non-interactive context
v0.1.0-refactor.5
Changelog
- 7d2c299 space push: improve logs, add back open flag
v0.1.0-refactor.4
v0.1.0-refactor.3
Changelog
- 0abe4fd fix with-token flag type