space-cli
space-cli copied to clipboard
Deta Space CLI
My post on Discord: https://discord.com/channels/827546555200438332/1183542727661600889/1183542727661600889 When I tried to publish my app to space with `space push`, this error was happened: `! Error: failed to update your Builder instance, please...
When running `space dev` there is a segfault ``` 👀 Checking for running micros... 💻 Starting 1 micro servers... Micro backend (primary) L url: http://localhost:4200/ panic: runtime error: invalid memory...
`space push` fails with ``` Validating your Spacefile... Your Spacefile looks good, proceeding with your push! ✓ Successfully started your build! ✓ Successfully pushed your Spacefile! ~ Pushing your code...
Hi! Trying to do `space release --version "version" --confirm` with filled `Discovery.md` prompts for release notes. I guess that ```go func IsOutputInteractive() bool { return isatty.IsTerminal(os.Stdout.Fd()) } ``` from [cmd/utils/messages.go](https://github.com/deta/space-cli/blob/a7f5d050d8577b55c699a96228ba691038c6df27/cmd/utils/messages.go#L30)...
I ran the "space new" command after installing the CLI but I ran into this error. I have been looking around the documentation and the website but I can't find...
Hi. Trying to install this tool using `go install github.com/deta/[email protected]` gives an error: ``` github.com/deta/[email protected]: parsing go.mod: module declares its path as: github.com/deta/space but was required as: github.com/deta/space-cli ``` I...