Originate / exosphere

A modern cloud-based micro-service framework
MIT License
17 stars 6 forks source link

new "exo run" command #313

Closed kevgo closed 7 years ago

kevgo commented 7 years ago

When working on an Exosphere application I want to be able to boot it up on my machine So that I can see the code I am working on in action.

Rules

Notes


Scenario: running a freshly cloned application
  Given I am in the root directory of a freshly cloned Exosphere application
  When running "exo run"
  And waiting it displays "application is running"
  Then my application is running
cheahuychou commented 7 years ago

closed in #364