add
Adds untracked files to the staging area of the local Git repository to be committed.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code |
| Yes | The FlexDeploy instance where Git properties are configured. |
Destination Subfolder |
| Yes | Directory containing the Git repository. |
File List |
| Yes | A space-separated list of files to be added. A period can be used to add all files. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
This operation will only add untracked files. Tracked files do not need to be added since they will be automatically picked up by the commit operation.
- style