Usage
m365 context option set [options]
Description
Allows to add a new name for the option and value to the local context file.
Options
| Option |
Description |
-n, --name <name> |
The option name for which we will define the value |
-v, --value <value> |
Default value for the option |
Examples
Define a new default value for name listName in the context
m365 context option set --name 'listName' --value 'testList'
Additional Info
Initially discussed in issue #3896.
If there is already a name available in the context file, it will be updated with the new value passed.
Usage
m365 context option set [options]
Description
Allows to add a new name for the option and value to the local context file.
Options
-n, --name <name>-v, --value <value>Examples
Define a new default value for name
listNamein the contextAdditional Info
Initially discussed in issue #3896.
If there is already a name available in the context file, it will be updated with the new value passed.