Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
tweak providers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
horike37 committed Sep 3, 2017
1 parent 27fb1c4 commit 96fbd78
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
9 changes: 8 additions & 1 deletion docs/providers/aws/cli-reference/plugin-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
```
9 changes: 8 additions & 1 deletion docs/providers/azure/cli-reference/plugin-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
```
9 changes: 8 additions & 1 deletion docs/providers/google/cli-reference/plugin-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
```
9 changes: 8 additions & 1 deletion docs/providers/kubeless/cli-reference/plugin-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
```
9 changes: 8 additions & 1 deletion docs/providers/openwhisk/cli-reference/plugin-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
```

0 comments on commit 96fbd78

Please sign in to comment.