Skip to content

Commit

Permalink
docs: improves plugin install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Feb 12, 2024
1 parent ab9743e commit be23514
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/hbase_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ To use this plugin, install it with the [Imposter CLI](./run_imposter_cli.md):

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-mock-hbase.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-mock-hbase.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Enable it with the following environment variables:

Expand Down
4 changes: 2 additions & 2 deletions docs/scripting_modern_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ To use this plugin, install it with the Imposter CLI:

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-js-graal.zip` ZIP file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-js-graal.zip` ZIP file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Enable it with the following environment variable:

Expand Down
4 changes: 2 additions & 2 deletions docs/sfdc_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To use this plugin, install it with the [Imposter CLI](./run_imposter_cli.md):

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-mock-sfdc.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-mock-sfdc.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Enable it with the following environment variables:

Expand Down
4 changes: 2 additions & 2 deletions docs/stores_graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To use this plugin, install it with the [Imposter CLI](./run_imposter_cli.md):

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Install plugin using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-store-graphql.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-store-graphql.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Enable it with the following environment variables:

Expand Down
4 changes: 2 additions & 2 deletions docs/wiremock_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ To use this plugin, install it with the [Imposter CLI](./run_imposter_cli.md):

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-wiremock.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-wiremock.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Enable it with the following environment variables:

Expand Down
4 changes: 2 additions & 2 deletions store/dynamodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To use this plugin, install it with the [Imposter CLI](../../docs/run_imposter_c

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-store-dynamodb.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-store-dynamodb.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Set the following environment variable:

Expand Down
4 changes: 2 additions & 2 deletions store/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To use this plugin, install it with the [Imposter CLI](../../docs/run_imposter_c

This will install the plugin version matching the current engine version used by the CLI. The next time you run `imposter up`, the plugin will be available.

### Option 2: Using the JAR
### Option 2: Install the plugin manually

To use this plugin, download the plugin `imposter-plugin-store-redis.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).
To use this plugin, download the `imposter-plugin-store-redis.jar` JAR file from the [Releases page](https://github.com/outofcoffee/imposter/releases).

Set the following environment variable:

Expand Down

0 comments on commit be23514

Please sign in to comment.