Generate a lock file for the full module definition including all submodules
apollo-cli module lock [flags]
-h, --help help for lock
--module-definition-file string module definition file (json or yaml format)
--verify fail if the lock file is not up to date. Intended to be run as part of CI
--apollo-client-id string client ID to use for generating bearer token
--apollo-client-secret string client secret to use for generating bearer token
--apollo-token string bearer token to use for authenticated endpoints
--apollo-token-provider string specifies how the Apollo bearer token used for authenticated Apollo endpoint calls is provided. Valid values are "auto", "static", or "service-user" . If "auto" is specified, will use either the bearer token provided by "apollo-token" or a bearer token obtained by using "apollo-client-id" and "apollo-client-secret" to generated a token from Multipass depending on which set of values are set (but will error if both values are set). If "static" is specified, the token specified using "apollo-token" is used. If "service-user" is specified, the token obtained by using "apollo-client-id" and "apollo-client-secret" to generate a token from Multipass is used. (default "auto")
--apollo-url string base URL for Apollo that is used to derive the API endpoints
-k, --insecure-skip-verify skip verification of server certificate