Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

altopgb

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altopgb

Alto Build Client for PGB like functionality

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

altopgb

Alto Build Client for PGB like functionality

oclif Version Appveyor CI Downloads/week License

Usage

$ npm install -g altopgb
$ altopgb COMMAND
running command...
$ altopgb (-v|--version|version)
altopgb/0.0.5 win32-x64 node-v12.6.0
$ altopgb --help [COMMAND]
USAGE
  $ altopgb COMMAND
...

Commands

altopgb build PLATFORM [BUILDTYPE]

Build your app on Alto Build like PGB would do.

USAGE
  $ altopgb build PLATFORM [BUILDTYPE]

ARGUMENTS
  PLATFORM   (android|ios) [default: android] platform to build
  BUILDTYPE  (development|adhoc|appstore|enterprise) [default: development] what type of build to create

OPTIONS
  -c, --certificatePassword=certificatePassword  password to access the certificate

See code: src\commands\build.js

altopgb help [COMMAND]

display help for altopgb

USAGE
  $ altopgb help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Codesigning

iOS

  • Create a folder certificates in your project
  • Copy your .p12 and .mobileprovision files into that folder
  • Use altopgb build ios as usual for the default built type (development), or add another argument for the other build types (appstore, adhoc, enterprise), e.g. altopgb build ios appstore, to build your app with codesigning
  • The CLI will ask you for your certificate password, or you can supply it to the command via a flag: altopgb build ios appstore --certificatePassword=123456

Keywords

FAQs

Package last updated on 21 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc