Problem
deno deploy is still resolving @deno/deploy@0.0.99, which does not include the newer non-interactive / JSON support that has landed on main.
Support is now pointing customers and CI/agent users at commands like:
deno deploy whoami --json
deno deploy orgs list --json
…but those commands are not available until a new @deno/deploy release is published.
Changes to include
Recent merged changes that should be included in the release:
Related Deno-side work
Once this is released, deno deploy should be able to pick up the new deploy-cli version from JSR.
Problem
deno deployis still resolving@deno/deploy@0.0.99, which does not include the newer non-interactive / JSON support that has landed onmain.Support is now pointing customers and CI/agent users at commands like:
…but those commands are not available until a new
@deno/deployrelease is published.Changes to include
Recent merged changes that should be included in the release:
Related Deno-side work
Once this is released,
deno deployshould be able to pick up the new deploy-cli version from JSR.