io7m | single-page | multi-page
1.5. List
1. Command-Line Interface
1.7. Show

Release

Name

release - Release staging repositories

Description

The release command releases a staging repository. The staging repository, if successfully released, is automatically dropped. This is the standard behaviour when, for example, deploying packages to Maven Central.

1.6.2.2 Parameters

Parameter Type Required Description
--baseURI URI false The base URI of the repository manager.
--password String true The password for the Nexus user account.
--stagingProfileId String true The staging profile ID.
--user String true The name of the Nexus user account.
--repository String true The staging repository ID.
--retryCount Integer false The number of times to retry failed HTTP requests.
--retryDelay Integer false The number of seconds to pause between retrying failed HTTP requests.

Example

1.6.3.1 Example

$ brooklime list --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6
ID                               Status   Description
example-1000                     open     Implicitly created (auto staging).
example-1001                     closed   Implicitly created (auto staging).
example-1002                     open     Implicitly created (auto staging).

$ brooklime release --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6 --repository example-1001

$ brooklime list --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6
ID                               Status   Description
example-1000                     open     Implicitly created (auto staging).
example-1002                     open     Implicitly created (auto staging).

      
1.5. List
1. Command-Line Interface
1.7. Show
io7m | single-page | multi-page