1.0.22 • Published 6 years ago

@stellar-apps/scripts v1.0.22

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

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


1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

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

1.0.0

6 years ago