This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
forked from serverless/serverless
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ layout: Doc | |
|
||
# Plugin Install | ||
|
||
Install a Serverless plugin and add it to the services `plugins` array. | ||
Install a Serverless plugin and add it to the services `plugins` array. By default, a latest version is installed. | ||
If you want a specific version, you can specify `<pluginname>@<version>` as name option. | ||
|
||
**Note:** You might want to change the order of the plugin in the services `plugins` array. | ||
|
||
|
@@ -33,3 +34,9 @@ serverless plugin install --name pluginName | |
```bash | ||
serverless plugin install --name serverless-webpack | ||
``` | ||
|
||
### Install a specific version | ||
|
||
```bash | ||
serverless plugin install --name [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ layout: Doc | |
|
||
# Plugin Install | ||
|
||
Install a Serverless plugin and add it to the services `plugins` array. | ||
Install a Serverless plugin and add it to the services `plugins` array. By default, a latest version is installed. | ||
If you want a specific version, you can specify `<pluginname>@<version>` as name option. | ||
|
||
**Note:** You might want to change the order of the plugin in the services `plugins` array. | ||
|
||
|
@@ -33,3 +34,9 @@ serverless plugin install --name pluginName | |
```bash | ||
serverless plugin install --name serverless-webpack | ||
``` | ||
|
||
### Install a specific version | ||
|
||
```bash | ||
serverless plugin install --name [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ layout: Doc | |
|
||
# Plugin Install | ||
|
||
Install a Serverless plugin and add it to the services `plugins` array. | ||
Install a Serverless plugin and add it to the services `plugins` array. By default, a latest version is installed. | ||
If you want a specific version, you can specify `<pluginname>@<version>` as name option. | ||
|
||
**Note:** You might want to change the order of the plugin in the services `plugins` array. | ||
|
||
|
@@ -33,3 +34,9 @@ serverless plugin install --name pluginName | |
```bash | ||
serverless plugin install --name serverless-webpack | ||
``` | ||
|
||
### Install a specific version | ||
|
||
```bash | ||
serverless plugin install --name [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ layout: Doc | |
|
||
# Plugin Install | ||
|
||
Install a Serverless plugin and add it to the services `plugins` array. | ||
Install a Serverless plugin and add it to the services `plugins` array. By default, a latest version is installed. | ||
If you want a specific version, you can specify `<pluginname>@<version>` as name option. | ||
|
||
**Note:** You might want to change the order of the plugin in the services `plugins` array. | ||
|
||
|
@@ -33,3 +34,9 @@ serverless plugin install --name pluginName | |
```bash | ||
serverless plugin install --name serverless-webpack | ||
``` | ||
|
||
### Install a specific version | ||
|
||
```bash | ||
serverless plugin install --name [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ layout: Doc | |
|
||
# Plugin Install | ||
|
||
Install a Serverless plugin and add it to the services `plugins` array. | ||
Install a Serverless plugin and add it to the services `plugins` array. By default, a latest version is installed. | ||
If you want a specific version, you can specify `<pluginname>@<version>` as name option. | ||
|
||
**Note:** You might want to change the order of the plugin in the services `plugins` array. | ||
|
||
|
@@ -33,3 +34,9 @@ serverless plugin install --name pluginName | |
```bash | ||
serverless plugin install --name serverless-webpack | ||
``` | ||
|
||
### Install a specific version | ||
|
||
```bash | ||
serverless plugin install --name [email protected] | ||
``` |