Skip to content

Upload App Bundle with --activate Flag #385

@najuna-brian

Description

@najuna-brian

Description

Verifies that using the --activate flag during upload both uploads the bundle and immediately sets it as the active version in a single command, without requiring a separate switch step.

Steps

  1. Ensure you are logged in as an admin user: run synk login
  2. Run synk app-bundle versions and note the currently active version ID
  3. Run synk app-bundle upload bundle.zip --activate
  4. Wait for the command to complete
  5. Run synk app-bundle versions again
  6. Verify the newly uploaded version is now marked as active
  7. Run synk app-bundle manifest and verify the manifest reflects the new bundle contents, not the old one

Expected Result

The bundle is uploaded and immediately becomes the active version in a single operation. The versions list shows the new version as active. The manifest reflects the new bundle. The previously active version is no longer active.

Actual Result

(To be filled during testing)

Priority

High

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