You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the opup cli binary directly runs the op stack "devnet". It should be extended to accept Subcommands inside the Args struct, and then dispatch to the subcommand logic based on the selection. When no subcommand is provided, an inquire prompt should confirm that the user wants to run a stack based on the local stack.toml config file or environment variables + defaults if none is present. This prompt should not be shown when the up subcommand is passed into the cli.
For a subcommand reference implementation, see the reth binary.
Description
Currently, the
opup
cli binary directly runs the op stack "devnet". It should be extended to acceptSubcommand
s inside theArgs
struct, and then dispatch to the subcommand logic based on the selection. When no subcommand is provided, aninquire
prompt should confirm that the user wants to run a stack based on the localstack.toml
config file or environment variables + defaults if none is present. This prompt should not be shown when theup
subcommand is passed into the cli.For a subcommand reference implementation, see the reth binary.
Task List
The text was updated successfully, but these errors were encountered: