The Office 365 CLI allows you to manage different settings of your Microsoft Office 365 tenant on any platform.
The Office 365 CLI is distributed as an NPM package. To use it, install it globally using:
npm i -g @pnp/office365-cli
or using yarn:
yarn global add @pnp/office365-cli
The beta version of the Office 365 CLI can be installed by using the @next
tag:
npm i -g @pnp/office365-cli@next
Start the Office 365 CLI by typing in the command line:
$ office365
o365$ _
Running the office365
command will start the immersive CLI with its own command prompt.
Start managing the settings of your Office 365 tenant by connecting to it, using the spo connect <url>
site, for example:
o365$ spo connect https://contoso-admin.sharepoint.com
Depending on which settings you want to manage you might need to connect either to your tenant admin site (URL with
-admin
in it), or to a regular SharePoint site. For more information refer to the help of the command you want to use.
To list all available commands, type in the Office 365 CLI prompt help
:
o365$ help
To exit the CLI, type exit
:
o365$ exit
We'd love your help! If you have ideas for new features or feedback, let us know by creating an issue in the issues list. Before you submit a PR with your improvements, please review our project guides.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.