Skip to content

Upload App Bundle - Skip Validation Flag #387

@najuna-brian

Description

@najuna-brian

Description

Verifies that the --skip-validation flag bypasses the local bundle validation step and proceeds directly to upload, enabling power users to upload bundles that may not pass the standard structural checks.

Steps

  1. Ensure you are logged in as an admin user: run synk login
  2. Prepare a bundle that would normally fail validation (e.g. missing a non-critical file)
  3. Confirm it fails without the flag: run synk app-bundle upload bundle.zip and observe failure
  4. Now run synk app-bundle upload bundle.zip --skip-validation
  5. Verify that validation is skipped (no validation output shown, or a note that validation was skipped)
  6. Verify the upload proceeds to completion
  7. Run synk app-bundle versions and verify the bundle appears in the list

Expected Result

When --skip-validation is passed, local validation is bypassed entirely and the upload proceeds. The bundle appears in the versions list. The command output clearly indicates that validation was skipped so the operator is aware.

Actual Result

(To be filled during testing)

Priority

Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    testIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions