beta · sdk · 0.1.0
CLI first sandbox request
Build the versioned CLI from the public repository when no packaged binary is available:
git clone https://github.com/q10242/MiniCenter.git minicenter-source
cd minicenter-source
test "$(cat VERSION)" = "0.1.0"
make build-cli
mkdir -p "$HOME/.local/bin"
install /tmp/minicenter "$HOME/.local/bin/minicenter"
"$HOME/.local/bin/minicenter" version
"${MINICENTER_CLI:-$HOME/.local/bin/minicenter}" request \
--base-url "${MINICENTER_URL%/}/api/v1" \
--correlation-id "${MINICENTER_CORRELATION_ID}" \
GET /project-client
A successful command is HTTP 200; record MINICENTER_CORRELATION_ID with its output.