1.0.22 • Published 5 years ago

@stellar-apps/scripts v1.0.22

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago