1.0.14 • Published 11 months ago

@rwest-interactive/srt v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Intel SRT CLI

Command line interface to help build, deploy and manage SRT projects through the srt command line name.

Getting Started

  1. Run npm install -g @rwest-interactive/srt
  2. Create needed ENV cp /usr/local/lib/node_modules/@rwest-interactive/srt/.env-example $HOME/.srt-env
  3. Open ENV open -e $HOME/.srt-env

In AWS you'll need to create a long last access key to to add to this ENV file to deploy projects

  • Go HERE to read about it, or HERE to just create your keys and move on. The latter is probably best.
  1. Now that you have those keys paste the ID and the KEY in the coresponding variables in the .srt-env
  2. Done! You should now be able to build and deploy projects. using the srt --help command in your terminal.

Building

In the project directory of an SRT project you can run the following

srt build will walk you through the build process step-by-step.

Power-users can also run srt build -h to show a list of commands that will shorten, if not eliminate the interactive questions in the terminal.

Deploying

Before deploying you'll need to make sure you run a build. Once you have that you can run srt deploy to start the interactive process. If you want to expedite it just a little, you can run srt deploy -e [dev|prod] depending on where you're trying to deploy.

1.0.11

12 months ago

1.0.14

11 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago