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

feat: optionally bypass runtime dependency checks [sc-22475] #986

Conversation

sorccu
Copy link
Contributor

@sorccu sorccu commented Nov 28, 2024

Introduces a new option called --[no-]verify-runtime-dependencies for the test and deploy commands, which is true by default and matches current behavior. Should the user decide that they know the available dependencies better than we do, they can run the commands with the --no-verify-runtime-dependencies flag set, or they can use the equivalent CHECKLY_VERIFY_RUNTIME_DEPENDENCIES=0 environment variable.

Specifically, this feature makes it possible to use custom dependencies that have been added to a customized private location runtime (contact your Account Executive to learn how).

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

Resolves #[issue-number]

New Dependency Submission

Introduces a new option called `--[no-]verify-runtime-dependencies` for the
test and deploy commands, which is true by default and matches current
behavior. Should the user decide that they know the available dependencies
better than we do, they can run the commands with the
`--no-verify-runtime-dependencies` flag set, or they can use the equivalent
`CHECKLY_VERIFY_RUNTIME_DEPENDENCIES=0` environment variable.

Specifically, this feature makes it possible to use custom dependencies that
have been added to a customized private location runtime (contact your
Account Executive to learn how).
@sorccu sorccu changed the title feat: optionally bypass runtime dependency checks feat: optionally bypass runtime dependency checks [sc-22475] Nov 28, 2024
@sorccu sorccu merged commit cef23cf into main Nov 29, 2024
3 checks passed
@sorccu sorccu deleted the simokinnunen/sc-22475/let-user-optionally-bypass-allowed-dependency branch November 29, 2024 12:12
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