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