Skip to content
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

PLT-2547: feat: support snapshot install #89

Merged
merged 5 commits into from
Sep 25, 2024
Merged

Conversation

tczhao
Copy link
Member

@tczhao tczhao commented Sep 24, 2024

add flag to support snap install in local-install script.

snapshotInstall install package regardless of package version
It respects bypassSafetyCheck, and added a -snapshot suffix to the version

tested

  • no version change, snapshotInstall -> installs package with -snapshot suffix
  • snapshotInstall, snapshotInstall again -> installs package with -snapshot suffix
  • snapshotInstall, without snapshotInstall -> installs package without suffix
  • snapshotInstall, without snapshotInstall, without snapshotInstall-> no installation

https://atlanhq.atlassian.net/browse/PLT-2547

bin/local-install.js Outdated Show resolved Hide resolved
@tczhao tczhao changed the title PLT-2547: feat: support temporary install PLT-2547: feat: support snapshot install Sep 25, 2024
@tczhao tczhao merged commit 6eba5a9 into master Sep 25, 2024
6 checks passed
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.

2 participants