| title | Configure CLI |
|---|---|
| sidebar_position | 7 |
import CLISettings from '../_clisettings.mdx';
You can configure CLI for Microsoft 365 to your personal preferences using its settings. Settings are stored on the disk in the current user's folder: C:\Users\user\.config\configstore\cli-m365-config.json on Windows and /Users/user/.config/configstore/cli-m365-config.json on macOS. The configuration file is created when you set the settings for the first time.
To reset settings to their default values, remove them from the configuration file or remove the whole configuration file.
You can configure the specific setting using the cli config set command. For example, to configure CLI to automatically show help when executing a command failed, execute:
m365 cli config set --key showHelpOnFailure --value trueFollowing is the list of configuration settings available in CLI for Microsoft 365.