Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
justfile: add devcontainer cli recipes
this commit introduces two recipes to manage a dev container for this repository using using the [cli]. `just devcontainer-up` will create an run a devcontainer. `just devcontainer-exec` will execute a command in the container. [cli]: https://github.com/devcontainers/cli Signed-off-by: katelyn martin <kate@buoyant.io>
- Loading branch information