Skip to content

Commit

Permalink
feat: enable remotes and replication streams feature (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker committed Dec 13, 2021
1 parent becbe8f commit 327f239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/influx/remote.go
Expand Up @@ -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(),
Expand Down
1 change: 0 additions & 1 deletion cmd/influx/replication.go
Expand Up @@ -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(),
Expand Down

0 comments on commit 327f239

Please sign in to comment.