Created
August 8, 2011 07:15
-
-
Save mess110/1131344 to your computer and use it in GitHub Desktop.
This file contains 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
Tasks: | |
ssc (general) checkout --appliance-id=N --password=PASSWORD --username=USERNAME # checkout the latest changes to an appliance | |
ssc (general) commit # commit changes to studio | |
ssc (general) status --appliance-id=N --password=PASSWORD --username=USERNAME # show status of the appliance | |
ssc appliance # manage appliances | |
ssc build # manage builds | |
ssc file # manage files | |
ssc package # manage packages | |
ssc repository # manage repositories | |
ssc template # manage templates | |
ssc help [TASK] # Describe available tasks or one specific task |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment