Socotra CLI Tools
Combines the other CLI tools into a single package to simplify installation and update.
Installation
Install as a globally available tool:
npm install -g @socotra/cli
Install as a local package:
npm install @socotra/cli
Usage
A complete Getting Started Guide for the CLI tools can be found in the Socotra documentation
See the following packages for description:
Profile Management
- Securely manage Socotra profiles for easy deployments during development
- See @socotra/profile-cli for more details
Configuration Deployment
- Easy deployment of Socotra product configuration
- Deploy locally or as part of a continuous deployment process
- Create packages for repeatable and testable deployments
- See @socotra/deploy-cli for more details
Event Stream CLI
- Query and stream events from the Socotra Event Stream API
- See @socotra/events-cli for more details
Scripting CLI
- Query and stream events from the Socotra Scripting API
- See @socotra/scripts-cli for more details
Auxiliary Data CLI
- Query and stream events from the Socotra Auxiliar Data API
- See @socotra/aux-cli for more details
Utils CLI
- Miscellaneous Socotra utils
- See @socotra/utils-cli for more details