📣 Announcement: Deprecation of options with spaces without quotes in CLI for Microsoft 365 v3 #1783
Unanswered
waldekmastykarz
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v3 of the CLI, we'll stop supporting options with spaces without quotes
If you specify an option with spaces without quotes, like:
it will set
My
as the value of the--title
option.The correct way to provide values with spaces is by wrapping them in quotes, eg.
m365 spo site add --title "My new site"
Please double check your scripts to avoid issues.
Beta Was this translation helpful? Give feedback.
All reactions