Skip to content

Commit

Permalink
fix: correct command example in help message of api subcommand (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna authored Aug 9, 2024
1 parent 7e5149c commit 05275b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Get the details of an organization:
Create a project in an organization:
deployctl --method=POST --body='{"name": "my-project"}' organizations/04f19625-35d3-4c05-857e-bcaa3b0af374/projects
deployctl api --method=POST --body='{"name": "my-project"}' organizations/04f19625-35d3-4c05-857e-bcaa3b0af374/projects
You can find the specification of the API in https://apidocs.deno.com
Expand Down

0 comments on commit 05275b6

Please sign in to comment.