Sign inSign up

deltatrecil/d3cil-appcenter-cli

By deltatrecil

Updated over 5 years ago

AppCenter CLI in Docker image

Image
0

10K+

deltatrecil/d3cil-appcenter-cli repository overview

AppCenter Command line interface (CLI) Docker image

This is a Node based container for the Microsoft AppCenter command line interface (CLI).

Getting started

Prerequisites

In order to run this container you'll need docker installed.

Usage
docker run deltatrecil/d3cil-appcenter-cli:latest

Will output:

Visual Studio App Center helps you build, test, distribute, and monitor mobile apps.
Version 2.7.4

Usage: appcenter <command>

Commands:
    analytics             View events, audience info, sessions, and other     
                          analytics for apps                                  
    apps                  View and manage apps                                
    build                 Start builds, get their status, and download        
                          artifacts                                           
    codepush              View and manage CodePush deployments and releases   
    crashes               Upload symbols for better crash reports             
    distribute            Send builds to testers and manage distribution      
                          groups                                              
    orgs                  Manage organizations                                
    profile               Manage your profile                                 
    telemetry             Manage telemetry preferences                        
    test                  Start test runs and get their status                
    tokens                Manage API tokens                                   
    help                  Get help using appcenter commands                   
    login                 Log in                                              
    logout                Log out                                             
    setup-autocomplete    Setup tab completion for your shell

Please refer to the Microsoft AppCenter CLI repository for further documentation.

Volumes

Do not forget to mount your working directory as a volume if you want to by example distribute/upload a binary.

Contributing

Helper script

The build.sh script contained in the repository will automatically:

  • resolve the latest version of the CLI via GitHub REST API
  • build/tag the docker image
  • push the tag/latest to a registry (DockerHub)
Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

49.9 MB

Last updated

over 5 years ago

docker pull deltatrecil/d3cil-appcenter-cli