We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--background
ape networks run
I take inspiration from ICP's dfx tool which has a dfx start --background and a dfx stop command for easily starting and stopping the dev node.
dfx
dfx start --background
dfx stop
when given background, background the process. still track that is running so we can also add a
ape networks stop --network <choice>
command
No response
The text was updated successfully, but these errors were encountered:
APE-1907 Add `--background` flag to `ape networks run`
Sorry, something went wrong.
No branches or pull requests
Describe
I take inspiration from ICP's
dfx
tool which has adfx start --background
and adfx stop
command for easily starting and stopping the dev node.Specification
when given background, background the process.
still track that is running so we can also add a
command
Dependencies
No response
The text was updated successfully, but these errors were encountered: