@stellar-apps/scripts

1.0.22 • Public • Published

@stellar-apps/scripts

A set of scripts for managing BeStellar.co apps

Installation

yarn add @stellar-apps/scripts

Usage

# Starts dev server in apps that possess them
stellar-scripts start
stellar-scripts start production

# Deploys the application code
stellar-scripts deploy
stellar-scripts deploy production
# Deploys the application code and the complete CloudFormation stack
stellar-scripts deploy --stack
stellar-scripts deploy production --stack

# Bundles application code in applicable apps
stellar-scripts bundle
stellar-scripts bundle production

# Tears down the application stack
stellar-scripts teardown
stellar-scripts teardown production

stellar-scripts start [stage]

Starts dev server in apps that possess them. See stellar-scripts start --help for options.


stellar-scripts deploy [stage] [--stack]

Deploys only the application code when --stack flag is not present, otherwise deploys the complete CloudFormation stack. See stellar-scripts deploy --help for options.


stellar-scripts bundle [stage]

Bundles application code in applicable apps. See stellar-scripts bundle --help for options.


stellar-scripts teardown [stage]

Tears down the application stack by running serverless remove --stage [stage]. See stellar-scripts teardown --help for options.


Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.223latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.223
1.0.211
1.0.201
1.0.191
1.0.181
1.0.171
1.0.161
1.0.151
1.0.141
1.0.132
1.0.121
1.0.111
1.0.102
1.0.92
1.0.81
1.0.72
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.12
1.0.02

Package Sidebar

Install

npm i @stellar-apps/scripts

Weekly Downloads

31

Version

1.0.22

License

MIT

Unpacked Size

25.3 kB

Total Files

25

Last publish

Collaborators

  • jaredlunde
  • relytmcd