From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Manage Office 365 CDN using Office 365 CLI

Manage Office 365 CDN using Office 365 CLI

From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Start my 1-month free trial

Manage Office 365 CDN using Office 365 CLI

- So I just showed you how you can manage CDN on your Office 365 templates using PowerShell. The question is what do you do if you're on a Mac. SharePoint Online Management Shell won't work on a Mac. The answer is you use this community project called Office 365 CLI. This is written in Bash, it will run anywhere, Mac, Windows, Linux, okay? So it starts by installing Office 365 CLI. So you install it in your global space. Could you install it locally, yes? But this is one of those things that since it's a CLI, command line interface, you probably want to install this globally. So let's wait for this installation to finish. Once this installation finishes, now you can simply invoke it by typing O365 on the terminal. So, in order for me to use this against my talent seed, I have to connect it to my admin site. So let's go ahead and do that. Now it will say to sign in, visit this url and enter the following code, so let me do that. So let's visit that URL in my browser. And here, I am…

Contents