MMDS Client¶
Authenticating with MMDS¶
To get started you will need to use the command line interface to configure a MMDS profile
(myvirtualenv) > mmdscli --profile default config profile
Note
The --profile
flag will default to default
, you can use it to define
multiple profiles.
To see the current settings that your profile contains you can run
(myvirtualenv) > mmdscli --profile default config info
You can also list the different profiles that you have locally.
(myvirtualenv) > mmdscli config list
Note
All commands shown below will omit the --profile
option,
presuming the default profile is configured as above.
Check server status¶
$ mmdscli status