dcapps-cli v0.0.1-security
Dc Apps Command Line Interface (CLI)
Visual Studio Dc Apps command line interface (CLI) is a unified tool for running Dc Apps services from the command line. Our aim is to offer a concise and powerful tool for our developers to use Dc Apps services and easily script a sequence of commands that they'd like to execute. You can currently login and view/configure all the apps that you have access to in Dc Apps.
Prerequisites
The required Node.js version is 18 or higher, Mono and the Android-SDK are required to run the UI test for Android and iOS.
Installation
npm install --location=global dcapps-cli
Once installed, use the dcapps
command. See below for the available commands.
Getting Help
To get a top level list of the available commands, run dcapps help
.
To get help on a specific command or category, run dcapps help command
or pass the -h
flag to any command or category name.
Dc Apps provides SDK support directly within the Dc Apps portal. Any time you need help, just sign in to Dc Apps, then choose 'Contact support' inside the help menu on the upper right of the Dc Apps portal and our dedicated support team will respond to your questions and feedback.
Commands
Below is the list of commands currently supported by Visual Studio Dc Apps CLI:
Command | Description |
---|---|
dcapps help | Get help using dcapps commands |
dcapps login | Log in |
dcapps logout | Log out |
dcapps apps list | Get list of configured applications |
dcapps apps show | Get the details of an app |
dcapps release-react | Release a React Native update to an app deployment |
dcapps release | Release an update to an app deployment |
Please use the dcapps help
command to get more information about each one.
Examples
Upload new release to app using ipa or apk file:
dcapps release -a owner_name/app_name -f <apk or ipa file path>
Build release codepush for React Native app:
dcapps release-react -a owner_name/app_name -t <target binary version> -n <build number for ios or version code for android>