We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a3951 commit d4c22dbCopy full SHA for d4c22db
src/Cli/func/Actions/LocalActions/PackAction/PackAction.cs
@@ -8,7 +8,7 @@
8
9
namespace Azure.Functions.Cli.Actions.LocalActions.PackAction
10
{
11
- [Action(Name = "pack", HelpText = "Pack function app into a zip that's ready to deploy.", ShowInHelp = true)]
+ [Action(Name = "pack", HelpText = "Pack function app into a zip that's ready to deploy.", ShowInHelp = false)]
12
internal class PackAction : BaseAction
13
14
private readonly ISecretsManager _secretsManager;
0 commit comments