Skip to content

Commit

Permalink
chore: justfile recipes to test with local devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
AllexVeldman committed May 31, 2024
1 parent 74057e6 commit ce64cfc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ cli-list:

cf-worker *args:
NO_MINIFY=1 npx wrangler dev --port 8090 --local-upstream localhost:8090 {{args}}

local-publish:
curl -v http://localhost:8090/http%3A%2F%2Flocalhost%3A5000/allexveldman -F file=@py/dist/pyoci-0.1.0.tar.gz

local-list:
curl -v http://localhost:8090/http%3A%2F%2Flocalhost%3A5000/allexveldman/pyoci/

local-download:
curl -vOJ http://localhost:8090/http%3A%2F%2Flocalhost%3A5000/allexveldman/pyoci/pyoci-0.1.0.tar.gz

0 comments on commit ce64cfc

Please sign in to comment.