Skip to content
New issue

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

MorpheusCLI - Add Deploy Command #1330

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

RodrigoVillar
Copy link
Contributor

This command extends the MorpheusCLI by adding a deploy command. This command, when called, spins up an instance of MorpheusVM using tmpnet. This command differs from the existing run.sh/stop.sh workflow by allowing the user to stop the instance via Ctrl-C.

devNetPort = "9560"
)

var deployCmd = &cobra.Command{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we instead add this via the root handler, so that it can be shared across VMs

root, err := cli.New(controller)
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants