Version Control: Check In
The module can transport the current version of a package to a version control system. Optionally the version can be marked with a given namen. If the version control system supports branches it can be set via options.
Designation
- Name
- vcs.Push
- Aliases
- pm.PackagePush, Push, CheckIn, GitPush
Configuration
- Optionen
- Version Control System
- Package (
package
) - Name of the package to check in
- VCS username (
vcs-username
) - username for the repository access
- VCS password (
vcs-password
) - password for the repository access
- VCS password file (
vcs-password-file
) - To hide the password from commandline this option can be used to pass on the password in a file
- Encryption Key (
vcs-password-key
) - Defines the secret for the password encryptionMögliche Werte: Server (
server
), AE Script (ae-script
)
- Branch (
branch
) - Name of the branch to use
- Tag (
tag
) - Name of of a version to choose from a branch
- VCS Full Name (
vcs-fullname
) - Full name of the VCS user
- VCS Mail Address (
vcs-email
) - Mail address of the VCS user
- Message (
message
) - Comment for the check-in