aws codecommit create-commit
Creates a commit for a repository on the tip of a specified branch
Options
Name | Description |
---|---|
--repository-name <string> | The name of the repository where you create the commit |
--branch-name <string> | The name of the branch where you create the commit |
--parent-commit-id <string> | The ID of the commit that is the parent of the commit you create. Not required if this is an empty repository |
--author-name <string> | The name of the author who created the commit. This information is used as both the author and committer for the commit |
--email <string> | The email address of the person who created the commit |
--commit-message <string> | The commit message you want to include in the commit. Commit messages are limited to 256 KB. If no message is specified, a default message is used |
--keep-empty-folders | If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a ..gitkeep file is created for empty folders. The default is false |
--no-keep-empty-folders | If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a ..gitkeep file is created for empty folders. The default is false |
--put-files <list> | The files to add or update in this commit |
--delete-files <list> | The files to delete in this commit. These files still exist in earlier commits |
--set-file-modes <list> | The file modes to update for files in this commit |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |