https://github.com/taskcontrols/cli
Generic CLI tool for taskcontrols lib performs most common actions. Taskcontrols allows Controlling, Creating, Running named workflows & tasks with before/after middlewares support, data persistence, orm, authentication, logging, multi-threading, multi-processing, events, network sockets, webhooks, client-agent libraries with plugins support
https://github.com/taskcontrols/cli
aws aws-devops azure azure-devops devops devops-tools gcp middlewares nodejs serverless task-queue task-runner typescript workflow-automation workflow-tool workflows
Last synced: 4 months ago
JSON representation
Generic CLI tool for taskcontrols lib performs most common actions. Taskcontrols allows Controlling, Creating, Running named workflows & tasks with before/after middlewares support, data persistence, orm, authentication, logging, multi-threading, multi-processing, events, network sockets, webhooks, client-agent libraries with plugins support
- Host: GitHub
- URL: https://github.com/taskcontrols/cli
- Owner: taskcontrols
- License: mit
- Created: 2020-05-14T03:56:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T10:46:56.000Z (over 3 years ago)
- Last Synced: 2025-01-13T07:11:41.791Z (6 months ago)
- Topics: aws, aws-devops, azure, azure-devops, devops, devops-tools, gcp, middlewares, nodejs, serverless, task-queue, task-runner, typescript, workflow-automation, workflow-tool, workflows
- Language: Go
- Homepage: https://taskcontrols.github.io/
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# taskcontrols cli
Generic CLI tool for taskcontrols library performing most common taskcontrols action# INSTALLATION
* Download the executable from
* If needed provide executable rights in your system as per your OS and Organization needs# COMMANDS
Following are the set of commands that you can currently run using the taskcontrol-cli
### EXECUTABLE COMMAND
- tc [--command] [--options]
#### Command:
##### --install- install --stack
- install --plugin- install --cli-plugin
#### Command:
##### --init#### Command:
##### --config#### Command:
##### --create- create --project
- create --plugin
- create --template
#### Command:
##### --auth- auth --setup
- auth --createsuperuser
- auth --createuser
- auth --updateuser
- auth --updatepassword
- auth --deleteuser
- auth --createrole
- auth --updaterole
- auth --deleterole
- auth --createpermission
- auth --updatepermission
- auth --deletepermission