polymathian/AWS CodeArtifact Next Version
Fetch the next sequential version from an AWS CodeArtifact package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | The name of the domain that contains the repository that contains the returned package versions (see AWS SDK) | yes | — |
| package | The 12-digit account number of the AWS account that owns the domain (see AWS SDK) | yes | — |
| repository | The name of the repository that contains the package (see AWS SDK) | yes | — |
| format | The format of the returned packages (see AWS SDK) | no | — |
| prefix | Package version prefix | no | — |
| die-on-missing | Throw an exception if a package matching the prefix was not found. Otherwise, start a new version | no | — |
| increment-amount | Amount to increment the version number by | no | — |
Outputs
| name | description |
|---|---|
| version_number | The incremented version number |