subo icon indicating copy to clipboard operation
subo copied to clipboard

The Suborbital CLI

Results 64 subo issues
Sort by recently updated
recently updated
newest added

It would be great when deploying Compute for the first time to have the user input: - Using S3 or GCS - S3 keys - K8s secret? Amongst other options?

devex

Right now, Subo just prints out the token. It would be helpful if it said something along the lines of "here is your environment token, keep it safe".

devex

Rust's compiler is notoriously slow which can drastically increases the feedback loop for compilation errors. This may not be super painful for local builds but it can cause a lot...

The current `create handler` command should be changed to be `create workflow` to support the new AppSpec designs.

I installed Docker [from the repository](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) on Ubuntu, side-stepping Docker Desktop, and so I only have `docker-compose-plugin` which is the new `docker compose` (note the space). > The docker compose...

[`subo compute deploy core --local`](https://docs.suborbital.dev/compute/quickstart/run-compute-locally#start-compute), as described on the "Run Compute Locally" section of the quickstart will fail on at least Linux not being able to bind the [proxy](https://github.com/suborbital/subo/blob/main/subo/localproxy/proxy.go) to...

I got tired of manually updating `subo` on Linux and wanted to write a script that pulls & installs the latest release. Conveniently, GitHub provides a "`latest`" virtual folder for...

Fixes #175 [Discord thread](https://discord.com/channels/808215368342044692/1004818474234826793) As noted in that issue, on Linux, Docker is run as `root` and this is how the current runnable is mounted into the Docker filesystem. This...

I'm seeing a weird issue on Linux (Ubuntu 20.04, running as my own user `flaki`) where `subo build .` would use the docker build method to build the Rust runnables,...

subo-cli
os-linux
devex

Closes #332 Replaces #333 - also fixed a variable / package name collision - moved some details to consts, and updated usages accordingly