fix: rename bucket id parameters to be explicit (#369)
This commit is contained in:
parent
85a33adf71
commit
37ec38ac5a
@ -58,13 +58,13 @@ func newReplicationCreateCmd() cli.Command {
|
||||
Destination: ¶ms.RemoteID,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "local-bucket",
|
||||
Name: "local-bucket-id",
|
||||
Usage: "ID of local bucket data should be replicated from",
|
||||
Required: true,
|
||||
Destination: ¶ms.LocalBucketID,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "remote-bucket",
|
||||
Name: "remote-bucket-id",
|
||||
Usage: "ID of remote bucket data should be replicated to",
|
||||
Required: true,
|
||||
Destination: ¶ms.RemoteBucketID,
|
||||
@ -160,7 +160,7 @@ func newReplicationListCmd() cli.Command {
|
||||
Destination: ¶ms.RemoteID,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "local-bucket",
|
||||
Name: "local-bucket-id",
|
||||
Usage: "Filter results to only replication streams for a specific local bucket",
|
||||
Destination: ¶ms.LocalBucketID,
|
||||
},
|
||||
@ -209,7 +209,7 @@ func newReplicationUpdateCmd() cli.Command {
|
||||
Destination: ¶ms.RemoteID,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "remote-bucket",
|
||||
Name: "remote-bucket-id",
|
||||
Usage: "New ID of remote bucket that data should be replicated to",
|
||||
Destination: ¶ms.RemoteBucketID,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user