Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.08 KB

File metadata and controls

25 lines (22 loc) · 1.08 KB

microcks stop – Stop a Local Microcks Instance

Stops the running Microcks instance associated with the current context. Cleans up config if --rm was used during start.

Usage

microcks stop

Examples

# Stop the running instance linked to the current context
microcks stop    

Options Inherited from Parent Commands

Flag Description
--config Path to Microcks config file
--microcks-context Name of the Microcks context to use
--verbose Produce dumps of HTTP exchanges
--insecure-tls Allow insecure HTTPS connections
--caCerts Comma-separated paths of CA cert files
--keycloakClientId Keycloak Realm Service Account ClientId
--keycloakClientSecret Keycloak Realm Service Account ClientSecret
--microcksURL Microcks API URL