- style
add
Adds untracked files to the staging area of the local Git repository to be committed.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
Project Properties
Property Name | Required | Description |
---|---|---|
|
|
|
Inputs
Input Name | Required | Description |
---|---|---|
| Yes | The FlexDeploy instance where Git properties are configured. |
| Yes | Directory containing the Git repository. |
| 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