Command line tools are available as part of the BlackBerry 10 Native SDK.
The command-line tools are located in the
$QNX_HOST
host
operating system/user/bin. For example, in a Windows
development environment, the folder would be
bbndk\host_<NN_N_N_NNNN>\win32\x86\usr\bin
where
<NN_N_N_NNNN> represents the version of the
release.
Note: If you have multiple installations of the Native SDK, run bbndk-env.bat (Windows) or
bbndk-env.sh (Mac OS and Linux) from the installation folder of the Native SDK that you want to use.
Here are the available command line tools:
-
blackberry-airpackager
- Packages Abobe AIR applications and any relevant native extensions into a
package for deploying to
BlackBerry 10 devices.
-
blackberry-connect
- Connects to devices
using SSH for the purpose of testing and debugging apps.
-
blackberry-debugtokenrequest
- Creates debug tokens on your computer.
-
blackberry-deploy
- Deploys applications (BAR files) to a device.
-
blackberry-keytool
- Generates a code-signing certificate.
-
blackberry-nativepackager
- Packages your compiled binaries for your app as a BAR file.
-
blackberry-signer
- Digitally signs your app, which is necessary before you publish and
distribute your app.
-
blackberry-uripackager
- Creates a web icon for the device.