aws codestar create-project

Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created

Options

NameDescription
--name <string>The display name for the project to be created in AWS CodeStar
--id <string>The ID of the project to be created in AWS CodeStar
--description <string>The description of the project, if any
--client-request-token <string>A user- or system-generated token that identifies the entity that requested project creation. This token can be used to repeat the request
--source-code <list>A list of the Code objects submitted with the project request. If this parameter is specified, the request must also include the toolchain parameter
--toolchain <structure>The name of the toolchain template file submitted with the project request. If this parameter is specified, the request must also include the sourceCode parameter
--tags <map>The tags created for the project
--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