io7m | single-page | multi-page
1.2. Close
1. Command-Line Interface
1.4. Drop

Create

Name

create - Create staging repositories

Description

The create command creates a new staging repository. If the command completes successfully, the ID of the newly created staging repository is printed to the standard output.

1.3.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.
--description String true The humanly-readable description of the staging repository.
--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.
--outputFile Path false The output file that will contain the staging repository ID.

Example

1.3.3.1 Example

$ brooklime create --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6 --description 'An example staging repository.'
example-1000

$ brooklime list --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6
ID                               Status   Description
example-1000                     open     An example staging repository.

      
1.2. Close
1. Command-Line Interface
1.4. Drop
io7m | single-page | multi-page