1.4.2 • Published 5 years ago

@bracketedrebels/aira v1.4.2

Weekly downloads
10
License
MIT
Repository
gitlab
Last release
5 years ago

AIRA

Unified CLI for running foreground tasks. Tasks for AIRA can be provided by installing npm module from @braira namespace. These modules will be detected automatically and you can use them just right after the installation.

CLI Example

installation

npm install @bracketedrebels/aira -g
npm install @braira/notify -g

usage

aira --help
aira notify --help

CI/CD Example

.gitlab-ci.yml

image: node:8.9.1

notifying:
  before_script:
    - npm install @bracketedrebels/aira -g
    - npm install @braira/notify -g
  only:
    - tags
  script:
    - aira notify $SLACK_WEBHOOK .notification.slack.json --payload.version=$(git describe --tags)

See packages in @braira namespace for list of accessable modules for AIRA to run

1.4.2

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago