Last active
August 29, 2015 14:01
-
-
Save corbanbrook/128000842490287834cf to your computer and use it in GitHub Desktop.
1.4 upgrade commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1.4 Upgrades | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.2 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.4 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-5 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-20 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-16 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-14 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-12 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-dev-11 --to_tag v1.4.5 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.4.0-beta.4 --to_tag v1.4.5 | |
| ### 1.3 UPGRADES | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.3.7 --to_tag v1.3.19 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.3.18 --to_tag v1.3.19 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.3.17 --to_tag v1.3.19 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.3.13 --to_tag v1.3.19 | |
| ./bin/dashboard appbuilder mass_upgrade --dashboard_url https://my.pressly.com --from_repo git@github.com:nulayer/pressilla.git --from_tag v1.3.4 --to_tag v1.3.19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment