apex / up-examples

Example apps, apis, and sites for Up.
389 stars 42 forks source link

Change the default behaviour of running `up` #31

Closed jalateras closed 7 years ago

jalateras commented 7 years ago

The default behaviour is currently to build and deploy but i believe that it should be to just shoe help or maybe to just build. I think a deploy should be done explicitly

tj commented 7 years ago

I'm not sure doing build by default would be too helpful personally, especially since the builds are created for linux (can't run them locally in most cases), up deploy works as well if you prefer to be explicit, but deploying to prod is up deploy production so it's hard to accidentally mess something with up.

tj commented 7 years ago

I'm pretty happy with it being the default for now, might be worth discussing more later.