You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`bin/onesignal help` Lists the available commands in the OneSignal CLI
16
-
*`bin/onesignal install-sdk` Install the OneSignal SDK in the project
15
+
*`onesignal help` Lists the available commands in the OneSignal CLI
16
+
*`onesignal install-sdk` Install the OneSignal SDK in the project
17
17
18
18
## Installation Command
19
19
This command can be used to add the OneSignal SDK to your mobile application project.
@@ -38,14 +38,13 @@ Options:
38
38
* target - name of the App target to install in. Defaults to the entrypoint name. iOS only.
39
39
40
40
Arguments:
41
-
* Path - path to the project directory
42
41
* Entrypoint - Name of the target XCProject (iOS) or Application class file directory (Android). For Android, if no application class is available, the CLI will create it in the directory and name file provided. For the CLI to create the file for you, you will need to provide the directory inside the project and file name with the extension where you want the Application file to be created. Example: app/src/main/java/com/onesignal/testapplication/BaseApp.java
43
42
* LANG - programming language to use for ios (objc, swift) or Android (java, kotlin)
44
43
* APPID - Optional. OneSignal App ID. Not yet used for iOS installs.
0 commit comments