0.1.8 • Published 10 years ago

stackhub-cli v0.1.8

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

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'.

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago