Skip to content

Commit

Permalink
fix: mark swarm limit|stats as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 1, 2022
1 parent 761bbab commit bdac61f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/commands/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ var swarmPeersCmd = &cmds.Command{
}

var swarmStatsCmd = &cmds.Command{
Status: cmds.Experimental,
Helptext: cmds.HelpText{
Tagline: "Report resource usage for a scope.",
LongDescription: `Report resource usage for a scope.
Expand Down Expand Up @@ -358,6 +359,7 @@ var swarmStatsCmd = &cmds.Command{
}

var swarmLimitCmd = &cmds.Command{
Status: cmds.Experimental,
Helptext: cmds.HelpText{
Tagline: "Get or set resource limits for a scope.",
LongDescription: `Get or set resource limits for a scope.
Expand Down

0 comments on commit bdac61f

Please sign in to comment.