goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
31 stars 37 forks source link

Implement Replication Command #102

Open bishal7679 opened 2 months ago

bishal7679 commented 2 months ago

Fixes part of https://github.com/goharbor/harbor-cli/issues/94

Add Replication Command to Manage replication policies and execution

New Commands:

harbor replication list -- to list replication policies. harbor replication create -- to create a replication policy. harbor replication delete -- to delete a replication policy. harbor replication start -- to start a replication policy execution. harbor replication stop -- to stop a replication policy execution.