You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployctl deploy -h documents that entrypoint can be passed as a positional argument. When this is attempted, the CLI does not recognize a supplied entrypoint and falls back to guessing.
% deno init
% deployctl deploy main.ts
[...]
‼ No entrypoint provided with either the --entrypoint arg or a config file. I've guessed 'main.ts' for you.
i Is this wrong? Please let us know in https://github.com/denoland/deployctl/issues/new
[...]
The text was updated successfully, but these errors were encountered:
deployctl deploy -h
documents that entrypoint can be passed as a positional argument. When this is attempted, the CLI does not recognize a supplied entrypoint and falls back to guessing.The text was updated successfully, but these errors were encountered: