Skip to content

Commit

Permalink
Added Shuffle CLI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Jan 22, 2025
1 parent 642fc39 commit 3049cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Documentation for Shuffle API. Change https://shuffler.io with your local domain
- If you're on the california region, Your base URL will be https://california.shuffler.io
- If you're on the frankfurt region, Your base URL will be https://frankfurt.shuffler.io
- If you're on the canada region, Your base URL will be https://ca.shuffler.io
- Likely regions in 2025/2026: Australia, India, Brazil

## Table of contents
* [Introduction](#introduction)
Expand Down Expand Up @@ -252,6 +253,8 @@ curl -XDELETE https://shuffler.io/api/v1/apps/{app_id} -H "Authorization: Bearer
### Upload a python app
Uploads a python app. You should upload a zip file with the following like file structure. This has to be done for each individual version of the app. The app uploaded is available to everyone in the organization.

If you need help with this section, [look into the Shuffle CLI utility as well](https://github.com/Shuffle/shufflecli).

To zip an app, go to the appfolder, e.g. shuffle-tools, then type in the following to zip the version you want to upload (\*nix):
```
zip app.zip -r version/*
Expand Down

0 comments on commit 3049cbc

Please sign in to comment.