Skip to content

Commit 0761d80

Browse files
committed
remove pack action from help menu for now
1 parent 47753d6 commit 0761d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/func/Actions/LocalActions/PackAction/PackAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Azure.Functions.Cli.Actions.LocalActions.PackAction
1010
{
11-
[Action(Name = "pack", HelpText = "Pack function app into a zip that's ready to deploy.", ShowInHelp = true)]
11+
[Action(Name = "pack", HelpText = "Pack function app into a zip that's ready to deploy.", ShowInHelp = false)]
1212
internal class PackAction : BaseAction
1313
{
1414
private readonly ISecretsManager _secretsManager;

0 commit comments

Comments
 (0)