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
if no upstream remote created: git remote add upstream https://[upstream guy's repo url] | |
git fetch upstream | |
git reset --hard upstream/master | |
git push origin master --force |
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
GETTING STARTED: | |
login, l Log user in | |
logout Log user out | |
target, t Set or view the targeted org or space | |
api Set or view target api url | |
APPS: | |
apps, a List all apps in the target space | |
app Display the status and information about an app | |