Skip to content

Commit

Permalink
feat(debug): adds delete endpoint for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jul 13, 2024
1 parent a3be7d2 commit da7d0a9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ tasks:
dev:textual:
desc: runs the textual cli
cmds:
- poetry run textual --dev --
- poetry run textual -- {{.CLI_ARGS}}
dev:tui:
desc: runs text gallagher console in dev mode
cmds:
- poetry run textual run --dev gallagher.tui:main
- poetry run textual run --dev gallagher.tui
dev:py:
desc: runs python in the poetry shell
cmds:
Expand All @@ -79,6 +79,15 @@ tasks:
by no suffix is provided CC returns a list of hateoas
compliant endpoints.
debug:delete:
desc: use httpie to delete resource from CC
summary: |
runs a httpie get against the gallagher aus gateway
appends the required headers, assumes the environment
variables are set.
you must pass in the partial url (past /api),
along with any parameters.
cmds:
- |
http get \
Expand Down

0 comments on commit da7d0a9

Please sign in to comment.