@vived/vived_app_publisher
v3.2.0
Published
This publishes projects to be used as apps in the Vived eco system
Keywords
Readme
"@vived/vived_app_publisher"
This publishes projects to be used as apps in the Vived eco system
Usage
$ npm install -g @vived/vived_app_publisher
$ vap COMMAND
running command...
$ vap (-v|--version|version)
@vived/vived_app_publisher/2.6.11 darwin-x64 node-v12.16.3
$ vap --help [COMMAND]
USAGE
$ vap COMMAND
...Commands
vap configure
The "configure" command will take your Vived login information in order to authenticate publishing permissions
USAGE
$ vap configure
OPTIONS
-c, --clientId=clientId
-e, --email=email
-i, --isTesting
-p, --password=password
-r, --refresh-token=refresh-token Refresh token from a previous `vap login`. Preferred for CI - no password is
involved.
-u, --userPoolId=userPoolIdSee code: src/commands/configure.js
vap create
The "create" command will create the initial app and store the data locally to be used later
USAGE
$ vap create
OPTIONS
-i, --isTesting
--description=description App description. Prompted for when omitted.
--image=image Filename of the app image, stored at public/assets/{filename}.
--title=title App title. Prompted for when omitted, and required without a terminal.See code: src/commands/create.js
vap help [COMMAND]
display help for vap
USAGE
$ vap help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
vap login
The "login" command signs you in through your browser and saves the result, so no password is stored
USAGE
$ vap login
OPTIONS
-c, --clientId=clientId Cognito app client to sign in against.
-i, --isTesting
-p, --port=port [default: 8787] Loopback port. Must match a callback URL registered on the client.See code: src/commands/login.js
vap publish
The "publish" command will allow you to finalize your app inside of the Vived system
USAGE
$ vap publish
OPTIONS
-e, --env=local|dev|staging|prod [default: prod]
-i, --isTesting
-s, --stage=alpha|beta|released|withdrawn [default: released]See code: src/commands/publish.js
