Overview
The WireMock CLI offers ways to get benefits of WireMock Cloud that are hard or impossible to achieve using the web interface.Installation
You can install the WireMock CLI using npm:Usage
A list of available commands can be found as follows:Current Commands
Login
Most commands require you to have authenticated with WireMock Cloud. You can achieve this by running:If you have set your API endpoint to a custom endpoint,
wiremock login
will no longer work, so setting your API token using the config
subcommand is the only available method for authenticating.