Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
hide render command
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours committed Oct 3, 2019
1 parent 8504449 commit 045f09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func renderCmd(dockerCli command.Cli) *cobra.Command {
Short: "Render the Compose file for an Application Package",
Example: `$ docker app render myapp.dockerapp --set key=value`,
Args: cli.RequiresMaxArgs(1),
Hidden: true,
RunE: func(cmd *cobra.Command, args []string) error {
return runRender(dockerCli, firstOrEmpty(args), opts)
},
Expand Down

0 comments on commit 045f09d

Please sign in to comment.