Official Docker image for Mostman CLI, built for local development, automation, and CI/CD usage
1.6K
Official Docker image for the Mostman CLI. mostman
Use this image to run Mostman commands in a consistent environment across local development, team workflows, Docker-based automation, and CI/CD pipelines.
docker pull mohsenmcdt/mostman:latest
Show help:
docker run --rm mohsenmcdt/mostman:latest --help
List collections using environment-based authentication:
docker run --rm \
-e MOSTMAN_TOKEN=your_token_here \
-e MOSTMAN_WORKSPACE=Dev \
mohsenmcdt/mostman:latest collection list
Run a request with environment defaults:
docker run --rm \
-e MOSTMAN_TOKEN=your_token_here \
-e MOSTMAN_WORKSPACE=Dev \
-e MOSTMAN_ENV=staging \
-e MOSTMAN_RUN_REMOTE=true \
mohsenmcdt/mostman:latest collection run-request --name GetUsers
The image supports the following environment variables for smoother non-interactive usage in Docker and CI/CD:
MOSTMAN_TOKEN — Personal access token for non-interactive authMOSTMAN_BASE_URL — Override Mostman server base URLMOSTMAN_WORKSPACE — Default workspace for commands supporting --workspaceMOSTMAN_ENV — Default environment for run-requestMOSTMAN_RUN_REMOTE — Default remote execution mode (true / false)MOSTMAN_TRACE — Enable trace output by default (true / false)OUTPUT_FORMAT - Default output format (text [default] /json/table/raw)Content type
Image
Digest
sha256:9f763fa31…
Size
8.9 MB
Last updated
6 months ago
docker pull mohsenmcdt/mostman