-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
testIssues related to tests, test coverage, or test infrastructureIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLITest case related to the CLI
Description
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
- Ensure you are logged in as an admin user: run
synk login - Run
synk app-bundle versionsand note the currently active version ID - Run
synk app-bundle upload bundle.zip --activate - Wait for the command to complete
- Run
synk app-bundle versionsagain - Verify the newly uploaded version is now marked as active
- Run
synk app-bundle manifestand 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testIssues related to tests, test coverage, or test infrastructureIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLITest case related to the CLI