techsolcli
v1.6.6
Published
`yarn global add techsolcli`
Readme
Tech Solutions Engineering CLI
Installation
yarn global add techsolcli
It will be available via the tse command.
Usage
$ npm install -g techsolcli
$ tse COMMAND
running command...
$ tse (-v|--version|version)
techsolcli/1.6.5 darwin-x64 node-v16.2.0
$ tse --help [COMMAND]
USAGE
$ tse COMMAND
...Commands
tse tse app-whitelist {{vendor.app}} {{action}}tse copy-content-workspacetse help [COMMAND]tse lm-authorize EMAILStse migrate-content-app
tse tse app-whitelist {{vendor.app}} {{action}}
Allow or deny a whitelist request
USAGE
$ tse tse app-whitelist {{vendor.app}} {{action}}
OPTIONS
-v, --verbose
EXAMPLES
$ tse app-whitelist vtex.service-example allow
$ tse app-whitelist vtex.service-example denySee code: src/commands/app-whitelist.ts
tse copy-content-workspace
describe the command here
USAGE
$ tse copy-content-workspace
OPTIONS
-a, --account=account (required)
-h, --help show CLI help
-n, --newWorkspace=newWorkspace (required) New workspace name
-o, --oldWorkspace=oldWorkspace (required) Old workspace name
ALIASES
$ tse content:copy
EXAMPLES
$ tse copy-content-workspace --account=appliancetheme --oldWorkspace=assemblers --newWorkspace=assemblers
$ tse copy-content-workspace -a appliancetheme -o assemblers -n savioSee code: src/commands/copy-content-workspace.ts
tse help [COMMAND]
display help for tse
USAGE
$ tse help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
tse lm-authorize EMAILS
Add a list of users to License Manager of account appliancetheme. The role parameter should follow the role ID on license manager
USAGE
$ tse lm-authorize EMAILS
OPTIONS
-a, --account=account [default: appliancetheme]
-r, --role=role [default: 48046]
-v, --verbose
EXAMPLES
$ tse lm-authorize [email protected]
$ tse lm-authorize [email protected]\[email protected] -a demostore -r 48046See code: src/commands/lm-authorize.ts
tse migrate-content-app
describe the command here
USAGE
$ tse migrate-content-app
OPTIONS
-a, --account=account (required)
-h, --help show CLI help
-n, --newApp=newApp (required) New app name
-o, --oldApp=oldApp (required) Old app name
-w, --workspace=workspace (required)
ALIASES
$ tse content:copy
EXAMPLES
$ tse migrate-content-app --account=appliancetheme --workspace=assemblers [email protected]
[email protected]
$ tse migrate-content-app -a appliancetheme -w assemblers -o [email protected] -n [email protected]See code: src/commands/migrate-content-app.ts
