stackhub-cli
v0.1.8
Published
Stackhub CLI Utility
Downloads
5
Maintainers
Readme
Stackhub CLI Utility
Utility to publish pod files to stackhub via the cli.
Getting Started
Install:
npm install stackhub-cli -g
Overview
Usage
stackhub -publish podFile [-u username] [-p password] [-status released]
Options
-publish (Required)
Type: String
Default value: ''
Path to target file that this process will publish
-user or -u
Type: String
Default value: ''
The StackHub username - usually the email address - of the user account to which the package version should be published. If omitted, the task will prompt for a value.
-pass or -p
Type: String
Default value: ''
The StackHub password for the given username. For security reasons this option should not be used. If omitted, the task will prompt for a value.
-status
Type: String
Default value: 'beta'
The status of this package version. Valid values are 'alpha', 'beta', and 'released'.