Skip to content

Conversation

aishwaryabh
Copy link
Contributor

@aishwaryabh aishwaryabh commented Aug 12, 2025

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:
image

Note that func pack will NOT be displayed when the user does func --help until we clean up the CLI and add all the validations for each command when running func pack. This will be done in a future PR

This PR adds the applicable E2E tests for the different scenarios and for each language worker runtime as well.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

@aishwaryabh aishwaryabh marked this pull request as ready for review August 19, 2025 00:27
@aishwaryabh aishwaryabh requested a review from a team as a code owner August 19, 2025 00:27
@aishwaryabh aishwaryabh force-pushed the aibhandari/refactor-func-pack branch from 7aa5ae6 to 0a7f737 Compare August 19, 2025 00:45
@aishwaryabh aishwaryabh force-pushed the aibhandari/refactor-func-pack branch from f0aba02 to 6b7ed31 Compare August 22, 2025 16:51
@aishwaryabh aishwaryabh force-pushed the aibhandari/refactor-func-pack branch from 0761d80 to 377294c Compare August 29, 2025 15:32
Copy link
Member

@soninaren soninaren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with some minor comments

@aishwaryabh aishwaryabh merged commit 3d7d831 into main Sep 6, 2025
36 checks passed
@aishwaryabh aishwaryabh deleted the aibhandari/refactor-func-pack branch September 6, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants