Optional
createViaApi?: booleanWhether to create packages via the API instead of interactively via web UI. Useful for CI/CD.
Requires token to be set.
Optional
deno?: stringDeno executable path
URL of the downstream local registry
List of packages to populate (in format: @scope/name@version
, e.g. @std/fs@0.105.0
)
Optional
publishArgs?: string[] | (pkg: string) => string[]Additional arguments to pass to deno publish
Optional
quiet?: booleanWhether to suppress output
Optional
token?: stringOptional token for authentication (will be passed as -t
to deno publish
). Useful for CI/CD.
Optional
upstream?: stringURL of the upstream registry
Populate a local JSR instance with packages from an upstream registry