0.3.1 • Published 6 years ago

meteor-ci v0.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

meteor-ci-package-release

Build Status Greenkeeper badge semantic-release

Npm module for releasing meteor packages from CI

Create login token

$ meteor-ci create-token
# or with a key:
$ meteor-ci create-token --key superSecret

Login via token

$ meteor-ci login j...iBhk=
# or with a key:
$ meteor-ci login j...iBhk= --key superSecret

Travis example

language: node_js
cache:
  directories:
    - ~/.npm
    - "node_modules"
node_js:
  - '8'
install:
  - npm install
  - curl https://install.meteor.com/ | sh
  - export PATH=$HOME/.meteor:$PATH
script:
  - npx meteor-ci login ${USER_TOKEN} --key ${TOKEN_KEY}
  - meteor whoami
0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago