Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 1.15 KB

config-get.mdx

File metadata and controls

80 lines (52 loc) · 1.15 KB

import CLISettings from '/docs/_clisettings.mdx'; import Global from '/docs/cmd/_global.mdx'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

cli config get

Gets value of a CLI for Microsoft 365 configuration option

Usage

m365 cli config get [options]

Options

`-k, --key <key>`
: Config key to get the value of

Available settings

Following is the list of configuration settings available in CLI for Microsoft 365.

Remarks

If the specified setting has not been configured, CLI will return no output.

Examples

Get the output configured for CLI for Microsoft 365

m365 cli config get --key output

Response

When retrieving the output key, responses will look like this:

"json"
json
json
json

More information