Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit db98818

Browse files
Update README.md to remove SDK (#320)
1 parent b76ef5b commit db98818

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Microsoft Graph CLI
22

3-
Microsoft Graph CLI SDK provides convenient methods to access Microsoft Graph capabilities using a simplistic command line interface experience on any operating system and any shell.
3+
Microsoft Graph CLI provides convenient methods to access Microsoft Graph capabilities using a simplistic command line interface experience on any operating system and any shell.
44

55
## Required tools
6-
A commandline tool should work on any terminal. We recommend:
6+
A command line tool should work on any terminal. We recommend:
77
- [Windows Terminal + version](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=us)
88
- MacOS (Minimum version: 10.12 Sierra) terminal
99
- PowerShell version 7.3.2
@@ -18,8 +18,8 @@ dotnet tool install --global Microsoft.Graph.Cli --prerelease
1818

1919
### Manual
2020

21-
To download the CLI SDK to get started for Windows, Mac, or Linux.
22-
here on the assets link of the latest release: [CLI SDK Download](https://github.com/microsoftgraph/msgraph-cli/releases)
21+
To download the CLI to get started for Windows, Mac, or Linux.
22+
here on the assets link of the latest release: [CLI Download](https://github.com/microsoftgraph/msgraph-cli/releases)
2323

2424

2525
#### Windows
@@ -187,12 +187,12 @@ Follow the instructions in [Register an application for Microsoft identity platf
187187
Replace `YOUR_CLIENT_ID` with the client ID from your app registration.
188188

189189
## Executing the application
190-
Navigate to your download folder and use the **mgc** (on Windows/Mac) or **./mgc** (on WSL or Linux) command to run commands on the CLI SDK.
190+
Navigate to your download folder and use the **mgc** (on Windows/Mac) or **./mgc** (on WSL or Linux) command to run commands on the CLI.
191191

192192
Add -h to your commands to view additional commands.
193193

194194
## Authenticating on the CLI tool
195-
The SDK supports both delegeted and app-only authentication strategies. Run the command below to see supported authentication strategies.
195+
CLI supports both delegeted and app-only authentication strategies. Run the command below to see supported authentication strategies.
196196

197197
``` bash
198198
#View supported authentication strategies. Default is Device Code
@@ -250,7 +250,7 @@ Qn: Why am I not getting a response back after running a command?
250250
Ans:add --debug to your command
251251

252252
## Samples
253-
You can find additional samples here (contains sample commands for CMD, PowerShell & Bash) [CLI SDK samples](https://github.com/microsoftgraph/msgraph-cli/tree/main/samples)
253+
You can find additional samples here (contains sample commands for CMD, PowerShell & Bash) [CLI samples](https://github.com/microsoftgraph/msgraph-cli/tree/main/samples)
254254

255255

256256
> Note: This repository is for the .NET CLI. If you are looking for the Python CLI, it's been moved to the [msgraph-cli-archived](https://github.com/microsoftgraph/msgraph-cli-archived) repository

0 commit comments

Comments
 (0)