Skip to main content

cli issue

Returns, or opens a URL that takes the user to the right place in the CLI GitHub repo to create a new issue reporting bug, feedback, ideas, etc.

Usage

m365 cli issue [options]

Options

-t, --type <type>

The type of issue to raise. Supports bug, command and sample.

-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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

If you are running the command in a docker container, or the Azure Cloud Shell the CLI won't be able to open the URL directly and you'll need to copy the URL to a new tab or browser instance yourself.

Examples

Raise a new issue

m365 cli issue --type bug

Suggest a new command

m365 cli issue --type command

Response

"https://aka.ms/cli-m365/new-command"
CTRL + M