context option remove¶
Removes an already available name from local context file.
Usage¶
m365 context option remove [options]
Options¶
-n, --name <name>
- The name of the option which will be deleted from the context
--confirm
- Don't prompt for confirming removing the option
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Removes an already available name from the local context file
m365 context option remove --name "listName"
Removes an already available name from the local context file without confirmation
m365 context option remove --name "listName" --confirm
Response¶
The command won't return a response on success.