Skip to content

Commit 8208885

Browse files
author
Revopush
committed
replace commands
1 parent 566b61b commit 8208885

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Since `autolinking` uses `react-native.config.js` to link plugins, constructors
1010
```
1111

1212
- **Server Url** - used for specifying CodePush Server Url.
13-
The Default value: "https://api.revopush.org/" is overridden by adding your path to `strings.xml` with name `CodePushServerUrl`. CodePush automatically gets this property and will use this path to send requests. For example:
13+
The Default value: "https://api.revopush.org" is overridden by adding your path to `strings.xml` with name `CodePushServerUrl`. CodePush automatically gets this property and will use this path to send requests. For example:
1414
```xml
1515
<string moduleConfig="true" name="CodePushServerUrl">https://api.revopush.org</string>
1616
```

docs/multi-deployment-testing-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The [Android Gradle plugin](https://google.github.io/android-gradle-dsl/current/index.html) allows you to define custom config settings for each "build type" (like debug, release). This mechanism allows you to easily configure your debug builds to use your CodePush staging deployment key and your release builds to use your CodePush production deployment key.
88

9-
*NOTE: As a reminder, you can retrieve these keys by running `appcenter codepush deployment list -a <ownerName>/<appName> -k` from your terminal.*
9+
*NOTE: As a reminder, you can retrieve these keys by running ` revopush deployment ls <appName> -k` from your terminal.*
1010

1111
To set this up, perform the following steps:
1212

docs/multi-deployment-testing-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To set this up, perform the following steps:
4444

4545
![Setting Keys](https://cloud.githubusercontent.com/assets/8598682/16821919/fc1eac4a-490d-11e6-9b11-128129c24b80.png)
4646

47-
*NOTE: As a reminder, you can retrieve these keys by running `appcenter codepush deployment list -a <ownerName>/<appName> -k` from your terminal.*
47+
*NOTE: As a reminder, you can retrieve these keys by running `revopush deployment ls <appName> -k` from your terminal.*
4848

4949
9. Open your project's `Info.plist` file and change the value of your `CodePushDeploymentKey` entry to `$(CODEPUSH_KEY)`
5050

0 commit comments

Comments
 (0)