https://github.com/devatoria/admiral-cli
Admiral Docker Registry administration and authentication system CLI
https://github.com/devatoria/admiral-cli
Last synced: over 1 year ago
JSON representation
Admiral Docker Registry administration and authentication system CLI
- Host: GitHub
- URL: https://github.com/devatoria/admiral-cli
- Owner: Devatoria
- Created: 2016-09-05T12:47:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T15:22:42.000Z (almost 10 years ago)
- Last Synced: 2023-03-01T05:16:38.594Z (over 3 years ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# admiral-cli
Admiral Docker Registry administration and authentication system CLI
## Usage
```
Admiral CLI is the Admiral commander
Usage:
admiral-cli [flags]
admiral-cli [command]
Available Commands:
image Image command
user User command
version Print the version number of Admiral
Flags:
-a, --address string Admiral address (default "localhost")
-P, --password string Admiral password
-p, --port int Admiral port (default 3000)
-U, --username string Admiral username
Use "admiral-cli [command] --help" for more information about a command.
```
## Images
```
Image command
Usage:
admiral-cli image [command]
Available Commands:
delete Delete the given image from the registry
list List images available in my namespace
set-private Set the given image as private
set-public Set the given image as public (pull only)
```
## User
```
User command
Usage:
admiral-cli user [command]
Available Commands:
create Creates a new user if it does not exist
```