deno upgrade
Upgrade deno executable to given version
Options
Name | Description |
---|---|
--version [version] | The version to upgrade to |
--output [output] | The path to output the updated version to |
--cert [cert] | Load certificate authority from PEM encoded file |
-L, --log-level [log-level] | Set log level |
--dry-run | Perform all checks without replacing old exe |
-f, --force | Replace current exe even if not out-of-date |
--canary | Upgrade to canary builds |
-h, --help | Print help information |
--unstable | Enable unstable features and APIs |
-q, --quiet | Suppress diagnostic output |