io7m | single-page | multi-page
1.6. Release
1. Command-Line Interface
1.8. Upload

Show

Name

show - Describe an existing staging repository

Description

The show command gives detailed information about an existing staging repository.

1.7.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.7.3.1 Example

$ brooklime show --user someone --password notarealpassword --stagingProfileId c608eebdbad499e5fd3eb6d6 --repository example-1001
Created: 2020-05-03T08:53:42.449Z
Description: An example staging repository.
IP: 255.255.255.255
Notifications: 0
Policy: release
Profile ID: c608eebdbad499e5fd3eb6d6
Profile name: com.example
Profile type: repository
Provider: maven2
Release repository ID: releases
Release repository name: Releases
Repository URI: https://oss.sonatype.org/content/repositories/example-1001
Repository: example-1001
Transitioning: false
Type: open
Updated: 2020-05-03T08:53:48.313Z
User ID: someone
User agent: Brooklime/0.0.1 (com.io7m.brooklime.vanilla/0.0.1)

      
1.6. Release
1. Command-Line Interface
1.8. Upload
io7m | single-page | multi-page