feat: enable remotes and replication streams feature (#341)

This commit is contained in:
William Baker 2021-12-13 16:33:28 -06:00 committed by GitHub
parent becbe8f7b8
commit 327f239c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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(),

View File

@ -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(),