ping env
You can test connection with an environment by using ping env, from an active configuration file.
Usage command
The connection is tested by creating requests to certain preselected APIs on the configured
orchestration component. Use the following command to test a
connection.
lmctl ping env [OPTIONS] [NAME]
Arguments
Name | Description | Default | Example |
---|---|---|---|
Name | Name of an environment from your configuration file. | - | dev |
Options
Name | Description | Default | Example |
---|---|---|---|
--client-secret |
The orchestration client secret is used for authenticating. Required only if the environment
is secure, and a client_id is included in your configuration file without
client_secret . |
- | --client-secret secret |
--pwd |
The orchestration password is used for authenticating. Required only if the environment is secure, and a username without a password is included in your configuration file. | - | --pwd secret |