Commit
apex package commit <PKG_ALIAS> [-m <MESSAGE.] [--file <COMMIT_FILE>]
|
|
Uploads and commits all unsaved changes to the SVN repository. If a repository has not yet been created for the package, one will be automatically created.
|
Parameters
| Parameter | Description |
|---|---|
| pkg_alias | The alias of the package to commit. |
Flags
| Flag | Description |
|---|---|
| -m | Optional commit message. |
| --file | Optional location of file containing commit message. |
Examples
- ./apex commit my-shop -m "Initial Commit"