divio / divio-cli

Command line interface to the Divio Cloud (formerly aldryn-client)
http://control.divio.com
Other
21 stars 19 forks source link

Mention Desktop App in workspace setup message #185

Closed stefanfoulis closed 7 years ago

stefanfoulis commented 7 years ago
$ divio project setup myproject
Creating workspace

[...]

Your workspace is setup and ready to start.

For Desktop Application:
 - click on the 'Start' button

For Terminal:
 - change directory to 'myproject'
 - run 'divio project up'
Chive commented 7 years ago

@stefanfoulis Why not use a flag or other trigger on the setup command?

stefanfoulis commented 7 years ago

@Chive good idea. How should I call the option?

stefanfoulis commented 7 years ago

@Chive and pass along the attribute to all the various functions? Or do you already have some other way to keep that state somewhere?

stefanfoulis commented 7 years ago

Baby steps. I'm going to merge this PR as-is. Then we can add the flag (which is much more involved and also needs changes in the Desktop App) later.

Chive commented 7 years ago

@stefanfoulis no network :( there should be a context variable passed first thing to the cli command which (iirc) is passed down to the setup itself.