OptionalcreateViaApi?: booleanWhether to create packages via the API instead of interactively via web UI. Useful for CI/CD.
Requires token to be set.
Optionaldeno?: 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)
OptionalpublishArgs?: string[] | (pkg: string) => string[]Additional arguments to pass to deno publish
Optionalquiet?: booleanWhether to suppress output
Optionaltoken?: stringOptional token for authentication (will be passed as -t to deno publish). Useful for CI/CD.
Optionalupstream?: stringURL of the upstream registry
Populate a local JSR instance with packages from an upstream registry