replicated api post
Make ad-hoc POST API calls to the Replicated API
Synopsis
This is essentially like curl for the Replicated API, but uses your local credentials and prints the response unmodified.
We recommend piping the output to jq for easier reading.
Pass the PATH of the request as the final argument. Do not include the host or version.
replicated api post [flags]
Examples
replicated api post /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel -b '{"name":"marc-waz-here"}'