Created
November 3, 2015 00:08
-
-
Save dalehenrich/0b3236ac16a7d4860c2a 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
project - Metacello project management support. | |
project install - Run the installScript for the given project entry | |
project clone - Clone repository (github only) | |
project browse - Browse project artifacts | |
project upgrade - Perform a post GsDevKit upgrade installation | |
project commit - Commit the Metacello project | |
project compare - View differences between repository versions (git only) | |
project diff - View code differences between image and repository | |
project entry - Create a new project entry | |
project unregister - Unregister the project | |
project get - Download configuration or baseline for the given project | |
project unlock - Unlock project registration | |
project list - List Metacello projects | |
project load - Load the Metacello project | |
project lock - Lock project registration | |
project log - Browse commit log for the Metacello project (git only) | |
project new - Create a new project: BaselineOf, package, git repository | |
project prime - Prime the project registry | |
project pull - Execute a `git pull` for the project repository (github only) | |
project push - Execute a `git push` for the project repository (github only) | |
project refresh - Refresh project entries in project list | |
project registry - Inspect the project registry | |
project rehome - Point package repository groups for project to new repository | |
project summary - View report of changed packages and methods | |
project validate - Validate the project registrations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment