feat(bin): Up Subcommand #18
Labels
A-bin
Area: Binary related
alpha
C-feature
Category: Features
M-good-first-issue
Meta: Good first issue
Description
As part of #17, this task is to move the
Stack
logic instack.rs
to anup
subcommand. Most of the time,op-up
will be run without specifying this subcommand since it is redundant to executeop-up up
.The
up
subcommand itself should have a--devnet
flag that can be used to override the localstack.toml
and default config for a hard-coded devnet stack configuration.Since this subcommand will have flags and some additional logic, it should be moved to a new
up.rs
file. So, just moving the contents ofstack.rs
to this new file and then dispatching the top-levelcli.rs
to this handler by default and when theup
subcommand is provided.The text was updated successfully, but these errors were encountered: