deployctl icon indicating copy to clipboard operation
deployctl copied to clipboard

Installation instructions on deno.com/deploy are outdated

Open fonsp opened this issue 7 months ago • 0 comments

These instructions are for Deno 1.0:

Image
➜  ~ deno install -A --no-check -r -f https://deno.land/x/deploy/deployctl.ts
error: the following required arguments were not provided:
  --global

Note: Permission flags can only be used in a global setting

The correct instructions are in the README of this repo

fonsp avatar May 20 '25 07:05 fonsp