azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

azk vm ssh required agent #586

Open gullitmiranda opened 8 years ago

gullitmiranda commented 8 years ago

Sometimes you may need to start the VM without the agent, to be able debug, for example. But the azk vm ssh is asking the needs of the agent.

$ azk vm start

$ azk vm status
azk: Virtual machine running.

$azk vm ssh
? The agent is not running, would you like to start it? No
azk: azk agent is required but is not running (try `azk agent status`)