feat: enable remotes and replication streams feature (#341)
This commit is contained in:
parent
becbe8f7b8
commit
327f239c6f
@ -10,7 +10,6 @@ func newRemoteCmd() cli.Command {
|
||||
return cli.Command{
|
||||
Name: "remote",
|
||||
Usage: "Remote connection management commands",
|
||||
Hidden: true, // Remove this line when all subcommands are completed
|
||||
Before: middleware.NoArgs,
|
||||
Subcommands: []cli.Command{
|
||||
newRemoteCreateCmd(),
|
||||
|
@ -10,7 +10,6 @@ func newReplicationCmd() cli.Command {
|
||||
return cli.Command{
|
||||
Name: "replication",
|
||||
Usage: "Replication stream management commands",
|
||||
Hidden: true, // Remove this line when all subcommands are completed
|
||||
Before: middleware.NoArgs,
|
||||
Subcommands: []cli.Command{
|
||||
newReplicationCreateCmd(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user