Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 153ec4e

Browse files
Add missing rp prefixes introduced in 1.7.0
1 parent b7feb3a commit 153ec4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/main/paradox/getting-started/sbt-play-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In the sbt shell type the following:
113113
114114
```
115115
compile
116-
deploy minikube
116+
rpDeploy minikube
117117
```
118118
119119
If successful you should see an output like the following:

src/main/paradox/kubernetes-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kubernetes Development
22

3-
[sbt-reactive-app](https://github.com/lightbend/sbt-reactive-app) includes an sbt task, `deploy minikube`, that can be
3+
[sbt-reactive-app](https://github.com/lightbend/sbt-reactive-app) includes an sbt task, `rpDeploy minikube`, that can be
44
used to simplify running your application in your local Minikube. This is especially useful as a development tool
55
to get a quick feedback on modifications as you develop your applications.
66

@@ -17,7 +17,7 @@ development-grade (i.e. don't use it in production) installations of Cassandra,
1717

1818
### Getting Started
1919

20-
To use this feature, launch the sbt console and type `deploy minikube`. This will run the task on all aggregated
20+
To use this feature, launch the sbt console and type `rpDeploy minikube`. This will run the task on all aggregated
2121
subprojects. The task will install Helm and the Reactive Sandbox (if required) and install (or replace) all of the
2222
applications. You can also run the task on a specific subproject if you only wish to deploy that application.
2323

src/main/paradox/setup/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Later in the documentation we'll cover how you can then generate Kubernetes and
7474

7575
> The following feature is currently only available for Kubernetes.
7676
77-
Lightbend Orchestration provides an sbt task, `deploy minikube`, that makes it easy for developers to deploy their application to their own local Kubernetes cluster.
77+
Lightbend Orchestration provides an sbt task, `rpDeploy minikube`, that makes it easy for developers to deploy their application to their own local Kubernetes cluster.
7878

7979
The following command will build and deploy all of your services into your local Kubernetes cluster. You'll need to ensure that the following software is installed:
8080

src/main/paradox/setup/reactive-sandbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Lightbend Orchestration is integrated with Lightbend's [Reactive Sandbox](https://github.com/lightbend/reactive-sandbox)
44
which provides development-grade (i.e. don't use it in production) installations of Cassandra, Elasticsearch, Kafka, and ZooKeeper.
55

6-
You can install the sandbox with the commands below. If you use the `deploy minikube` sbt task, it will automatically
7-
install it for you if required. You can also use the setting `deployMinikubeEnableReactiveSandbox` to adjust this
6+
You can install the sandbox with the commands below. If you use the `rpDeploy minikube` sbt task, it will automatically
7+
install it for you if required. You can also use the setting `rpDeployMinikubeEnableReactiveSandbox` to adjust this
88
behavior.
99

1010
```bash

0 commit comments

Comments
 (0)