DOCS

Simple, flexible deployment for your react app

React Deploy CLI manages deployment of code and assests of your react app to S3 bucket and maintains different versions.

Installation

To install react-deploy use the following command ...

Deployment

build and deploy your files to the S3 bucket by simple command .....

Listing

List the different versions of files you deployed the file by simple list command

Activation

Activate the files which you deployed by < 1 minutes

Installation

React Deploy CLI can be globally or locally installed by using npm i -g react-deploy command

$ npm i -g react-deploy-cli_

Installing react deploy cli_

>_

$ react-deploy setup_

✓ Deployment file created_

➡ Type help command to proceed further_

$ react-deploy deploy development_

>_

Deployment

React Deploy CLI manages deployment of code and assests of your react app to S3 bucket and maintains different versions.

Listing

We can get the recent list of eployed file using list command.

$ react-deploy list development_

listing deployed files

┌───────────────────┬──────────────────────┐ RevisionKey │ Commit Date ├───────────────────┼──────────────────────┤ index:cba170b │ 2018/04/03 21:25:34 └───────────────────┴──────────────────────┘

$ react-deploy activate cba170b development _

Activating index file of key cba170b_

Activated successfully_

>_

Activation

Activation of file can be done by using simply activate:key. Here is key is unique identifer generated while deploying app to s3.

MORE

Tools and libaries from us

Using the right libaries and tools boostes your development process and results great output