Gathering detailed insights and metrics for @theuybv/deploy-ui-server-package
Gathering detailed insights and metrics for @theuybv/deploy-ui-server-package
Gathering detailed insights and metrics for @theuybv/deploy-ui-server-package
Gathering detailed insights and metrics for @theuybv/deploy-ui-server-package
npm install @theuybv/deploy-ui-server-package
Typescript
Module System
Min. Node Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker instance. This instance is deployed to Heroku via heroku:container push
and heroku:container release
.
Required envs:
beton-
)1$ npm install -g @theuybv/deploy-ui-server-package 2$ deploy-ui-server-package COMMAND 3running command... 4$ deploy-ui-server-package (-v|--version|version) 5@theuybv/deploy-ui-server-package/1.2.0 darwin-x64 node-v12.14.0 6$ deploy-ui-server-package --help [COMMAND] 7USAGE 8 $ deploy-ui-server-package COMMAND 9...
deploy-ui-server-package deploy
Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker instance.
USAGE
$ deploy-ui-server-package deploy
OPTIONS
-h, --help show CLI help
-v, --version show CLI version
--APP_NAME=APP_NAME (required) The name of HEROKU APP you which to create
(Account Settings) (try to prefix it with business
label e.b. 'beton-'
--BITBUCKET_OAUTH_KEY=BITBUCKET_OAUTH_KEY (required) [BitBucket OAuth integrated applications
related](https://bitbucket.org/account/user/%7B4e80d35c
-0d52-40fb-aa4e-ce81b2ff2d18%7D/api)
--BITBUCKET_OAUTH_PRIVATE=BITBUCKET_OAUTH_PRIVATE (required) [BitBucket OAuth integrated applications
related](https://bitbucket.org/account/user/%7B4e80d35c
-0d52-40fb-aa4e-ce81b2ff2d18%7D/api)
--BITBUCKET_OAUTH_REFRESH_TOKEN=BITBUCKET_OAUTH_REFRESH_TOKEN (required) [BitBucket OAuth integrated applications
related](https://bitbucket.org/account/user/%7B4e80d35c
-0d52-40fb-aa4e-ce81b2ff2d18%7D/api)
--CI_BRANCH=CI_BRANCH (required) (default set by CodeShip, ommitted in CI
context)
--HEROKU_API_KEY=HEROKU_API_KEY (required) (https://dashboard.heroku.com/account) is
needed to do heroku CLI stuffs (Account Settings)
--HEROKU_WORKFLOW_NAME=HEROKU_WORKFLOW_NAME (required) [default: concrete-apps-workflow] The name
of the heroku workflow to trigger a step in the
pipeline
--ORGANIZATION_NAME=ORGANIZATION_NAME (required) [default: theuybv] The slug name of the
organization bitbucket account
--SERVER_FOLDER_PATH=SERVER_FOLDER_PATH [default:
/Users/theuylimpanont/Development/JBM/deploy-ui-server-
package/SERVER]
--SERVER_REPO_NAME=SERVER_REPO_NAME (required) [default: concrete-plant-graphql-server] The
name of repo of the back-end server project
DESCRIPTION
Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker
instance.
This instance is deployed to Heroku via heroku:container push and heroku:container release.
deploy-ui-server-package json2env
Convert json config file in to key=value .env file
USAGE
$ deploy-ui-server-package json2env
OPTIONS
-h, --help show CLI help
-v, --version show CLI version
--configFilePath=configFilePath [default: /Users/theuylimpanont/Development/JBM/deploy-ui-server-package/config.json]
--json=json
--outputFilePath=outputFilePath [default: /Users/theuylimpanont/Development/JBM/deploy-ui-server-package/.env]
No vulnerabilities found.
No security vulnerabilities found.