mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
* stub out docs * add docs app * remove unused gcp code for packr * handle toc ajax * use SEGMENT_TOKEN for segment * remove manual install directory * docs first pass * remove loggin docs for now * remove webhooks docs for now * tweak docs list to first pass intentions * fix header links and add gen2
330 B
330 B
api
api get
Query the Rack API
Usage
convox api get <path>
Examples
$ convox api get /apps
[
{
"generation": "3",
"locked": false,
"name": "myapp",
"release": "RABCDEFGHI",
"router", "0a1b2c3d4e5f.convox.cloud",
"status": "running"
}
]