1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-08 08:57:45 +01:00
harbor/contrib/harbor-cli/harborrc

6 lines
171 B
Plaintext
Raw Normal View History

export HARBOR_USERNAME=admin
export HARBOR_PASSWORD=Harbor12345
export HARBOR_URL=https://localhost
export HARBOR_PROJECT=2
complete -W "$(harbor bash-completion)" harbor