-
Notifications
You must be signed in to change notification settings - Fork 458
Refactor func pack
#4600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aishwaryabh
wants to merge
35
commits into
main
Choose a base branch
from
aibhandari/refactor-func-pack
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactor func pack
#4600
+1,839
−173
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
liliankasem
reviewed
Aug 12, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
liliankasem
reviewed
Aug 12, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
liliankasem
reviewed
Aug 12, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
liliankasem
reviewed
Aug 12, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
liliankasem
reviewed
Aug 12, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
7aa5ae6
to
0a7f737
Compare
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/NodePackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/NodePackSubcommandAction.cs
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/NodePackSubcommandAction.cs
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/PythonPackSubcommandAction.cs
Show resolved
Hide resolved
src/Cli/func/Actions/LocalActions/PackAction/PythonPackSubcommandAction.cs
Show resolved
Hide resolved
f0aba02
to
6b7ed31
Compare
0761d80
to
377294c
Compare
hallvictoria
approved these changes
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
src/Cli/func/Actions/LocalActions/PackAction/PythonPackSubcommandAction.cs
Show resolved
Hide resolved
liliankasem
reviewed
Aug 29, 2025
src/Cli/func/Actions/LocalActions/PackAction/PowershellPackSubcommandAction.cs
Show resolved
Hide resolved
liliankasem
reviewed
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
liliankasem
reviewed
Aug 29, 2025
src/Cli/func/Actions/LocalActions/PackAction/NodePackSubcommandAction.cs
Outdated
Show resolved
Hide resolved
liliankasem
reviewed
Aug 29, 2025
src/Cli/func/Actions/LocalActions/PackAction/DotnetPackSubcommandAction.cs
Show resolved
Hide resolved
swapnil-nagar
approved these changes
Sep 2, 2025
soninaren
reviewed
Sep 2, 2025
src/Cli/func/Actions/LocalActions/PackAction/CustomPackSubcommandAction.cs
Show resolved
Hide resolved
…tools into aibhandari/refactor-func-pack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue describing the changes in this PR
resolves#4593
This issue allows users to run
func pack
when they want to create a zip file that they can use the azure CLI to deploy. The general syntax of the command is as follows:func pack [path of folder to pack] [language specific options] [--no-build] [--output]
When the user runs

func --help
the following is displayed:Note that
func pack
will NOT be displayed when the user doesfunc --help
until we clean up the CLI and add all the validations for each command when runningfunc pack
. This will be done in a future PRThis PR adds the applicable E2E tests for the different scenarios and for each language worker runtime as well.
Pull request checklist
release_notes.md