Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Add an --upgrade-all flag in push command #123

Open
maraoz opened this issue May 15, 2018 · 1 comment
Open

Add an --upgrade-all flag in push command #123

maraoz opened this issue May 15, 2018 · 1 comment
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Milestone

Comments

@maraoz
Copy link
Contributor

maraoz commented May 15, 2018

Developers currently have to do:

zos bump 0.1.1
zos push --network=ropsten
zos upgrade Foo --network=ropsten
zos upgrade Bar --network=ropsten
...
zos upgrade Zoink --network=ropsten

Add an --upgrade-all flag to push that automatically upgrades all contracts. With it you could just do:

zos bump 0.1.1
zos push --network=ropsten --upgrade-all
@maraoz maraoz added kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience labels May 15, 2018
@maraoz maraoz added this to the v0.2.0 milestone May 15, 2018
@facuspagnuolo facuspagnuolo modified the milestones: Backlog, MVP Jun 4, 2018
@facuspagnuolo
Copy link
Contributor

Currently you can do zos upgrade --all instead too, however, it's a good idea to have an --upgrade-all flag for push.

@facuspagnuolo facuspagnuolo changed the title --upgrade-all flag in push command Add an --upgrade-all flag in push command Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Projects
None yet
Development

No branches or pull requests

2 participants