You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Import a single artifact (marked as main)
microcks import ./api.yaml
# Specify mainArtifact flag for each file
microcks import ./api.yaml:false,./schema.json:true
# Import and watch file for changes
microcks import ./api.yaml --watch
# Import specification to microcks without first running `microcks login`
microcks import ./api.yaml \
--microcksURL <microcks-url>\
--keycloakClientId <client-id> \
--keycloakClientSecret <client-secret># Import specification to microcks running without authentication (ie. local uber instance typically)
microcks import ./api.yaml --microcksURL <microcks-url>
Options
Flag
Description
-h, --help
help for import
--watch
Watch the file(s) and auto-reimport them on changes