You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Functions CLI provides a local development experience for creating, developing, testing, running, and debugging Azure Functions.
9
+
The Azure Functions Core Tools provide a local development experience for creating, developing, testing, running, and debugging Azure Functions.
10
10
11
11
## Installing
12
12
13
-
**NOTE**: This package only currently works on Windows, since the underlying Functions Host is not yet cross-platform. You can upvote this GitHub issue if you're interested in running on other platforms: [make the Azure Functions CLI cross platform](https://github.com/Azure/azure-functions-cli/issues/13).
13
+
**NOTE**: This package only currently works on Windows, since the underlying Functions Host is not yet cross-platform. You can upvote this GitHub issue if you're interested in running on other platforms: [make the Azure Functions Core Tools cross platform](https://github.com/Azure/azure-functions-cli/issues/13).
14
14
15
15
To install globally:
16
16
17
17
```
18
-
npm i -g azure-functions-cli
18
+
npm i -g azure-functions-core-tools
19
19
```
20
20
21
21
### Aliases
@@ -30,7 +30,7 @@ azure-functions
30
30
31
31
## Commands
32
32
33
-
The CLI commands have the following basic structure:
33
+
Commands have the following basic structure:
34
34
35
35
```
36
36
func [context] [context] <action> [-/--options]
@@ -152,9 +152,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
152
152
153
153
## Contact Us
154
154
155
-
For questions on Azure Functions or the CLI, you can ask questions here:
155
+
For questions on Azure Functions or the tools, you can ask questions here:
0 commit comments