Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Releases: deta/space-cli

v0.3.4

28 Apr 13:07
1eab5d1
Compare
Choose a tag to compare

Changelog

  • 1eab5d1 add timestamps in front of build logs (#101)
  • dbe92b6 rework Spacefile to take the projectDir as an input
  • 0382f9c upgrade dependencies

v0.3.3

20 Apr 16:03
b75d74a
Compare
Choose a tag to compare

Changelog

  • a2d4217 Merge pull request #99 from deta/support-push-exp-flag
  • b75d74a improve go template (#98)
  • 087f634 support hidden experimental flag for space push

v0.3.2

19 Apr 13:16
91b6cff
Compare
Choose a tag to compare

Changelog

  • 17713d1 Use RunE instead of Run when running commands, and avoid using os.Exit(1) (#96)
  • 91b6cff add back nodejs14 engine (#97)

v0.3.1

13 Apr 09:08
21f1ec6
Compare
Choose a tag to compare

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

Full Changelog: v0.2.2...v0.3.1

v0.2.2

31 Mar 10:35
47bd72a
Compare
Choose a tag to compare

Changelog

v0.2.1

31 Mar 08:35
fe6aace
Compare
Choose a tag to compare

Changelog

  • 49f335a add micro public properties to spacefile schema (#75)
  • fe6aace clean micro name during scanning process (#76)
  • 4d5a6eb fix missing dir flag in space dev trigger command (#77)

v0.2.0

30 Mar 13:09
c3d511d
Compare
Choose a tag to compare

Added

  • space login now supports a --with-token flag to pipe the token through stdin
  • Spacefile 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

30 Mar 10:24
Compare
Choose a tag to compare
v0.1.0-refactor.5 Pre-release
Pre-release

Changelog

  • 7d2c299 space push: improve logs, add back open flag

v0.1.0-refactor.4

30 Mar 07:56
Compare
Choose a tag to compare
v0.1.0-refactor.4 Pre-release
Pre-release

Changelog

  • 5ce2dbf fix additional properties allowed for micros
  • b1dbe8e remove unnecessary log

v0.1.0-refactor.3

29 Mar 17:00
Compare
Choose a tag to compare
v0.1.0-refactor.3 Pre-release
Pre-release

Changelog