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.1.0-refactor.2
Changelog
- 0ffb629 Validate Spacefile using JSON Schema (#70)
- b771ed1 add fig spec generation
- 07e5382 fix error not thrown when spacefile not found
- a7ee918 fix folder creation on space new
- e9fb8b1 fix prerun checks for space dev commands
- a43301a fix unit tests, add test action
- 2b6a8e4 fix wrong Spacefile path specified
- bf5828f improve error message
- de399d4 remove unused textarea component
- 9846171 restructure cli
- f4ef3f6 show a log when the cli is checking for a new version
- bf8f6e5 simplify diff
- 6cc4bd8 update default .spaceignore patterns and logic (#71)
- e74d0be update doc generator
v0.1.0-refactor.1
Changelog
- d433289 add
.space
and.spaceignore
to default.spaceignore
- 327d34a add schema validation
- b5c41ec add some debug configs
- 8bebb50 add tests for .spaceignore
- 8e75a2c bugfixes
- 3369924 cleanup
space new
andspace link
- 7be8bca cleanup push logic
- d59cb9d cleanup space new command
- b17927c cleanup spaceignore fallback in code zipping process
- f51a238 fix
space release crash
in non-interactive concepts - 308e7c8 fix all paths ignored when using
.*
rule - 6f66ee6 fix build for windows
- b7186d9 fix missing required property in Spacefile
- c6a670a fix new command
- 58472c5 implement default spaceignore
- f4735c9 improve error messages
- 0b79a3d refactor all commands to be testable
- f0246fe remove directory detection in runtimeManager
- e0930b7 remove runtime manager
- bd5ec28 remove spinner package
- ece02a4 remove unused code
- 389d5fb update doc generation script
v0.1.0
v0.0.13
v0.0.12
v0.0.11
v0.0.10
Added
- new local dev experience:
space dev
- ability to trigger scheduled actions:
space dev trigger
- execute commands against your local base and drive:
space exec
v0.0.9-sign.1
Changelog
- 15ac826 Merge branch 'main' into achille/pro-243-space-dev
- 508ad7c Merge branch 'main' of github.com:deta/pc-cli into chore/notarize-mac-binaries
- 542161f Merge pull request #58 from deta/achille/pro-243-space-dev
- ecb74c4 Merge space-dev
- 709aa31
space dev run
=> space exec - 1ddd0e4 add project detection mechanism
- 06a01b0 add public field to micro
- c7653a5 add space dev
- 34ff0d5 add space dev run
- ccae716 add space dev trigger
- a1f88b9 add space proxy
- 5c475f7 add space up command
- c4c40ae add t alias
- 107d7f0 chore: re-add yaml language server comment
- 1f96b89 chore: sign binaries for darwin with gon and goreleaser
- 8b12b48 fix validation in push and validate commands
- 7452d1c fix validation of the micro src
- da74df5 improve logs, add doc command, fix multiple issues
v0.0.10-rc5
Changelog
- fe839fa inject preset env to the micro processes