io7m | single-page | multi-page
1.1. Overview
1. Command-Line Interface
1.3. Create

Close

Name

close - Close staging repositories

Description

The close command closes a staging repository.

1.2.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.2.3.1 Example

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

$ brooklime close --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-1001                     closed   Implicitly created (auto staging).
example-1002                     open     Implicitly created (auto staging).

      
1.1. Overview
1. Command-Line Interface
1.3. Create
io7m | single-page | multi-page