Release v1.0.3
🚀 Release v1.0.3
📦 Installation
npm install -g @burgan-tech/vnext-workflow-cli@1.0.3🔗 Package Links
📋 CLI Tool
This package provides a command-line interface for managing vNext workflows:
- Check system status (API, DB, folders)
- Update CSX files
- Update workflows
- Sync database
- Reset workflows
- Configuration management
📚 Usage
# Install globally
npm install -g @burgan-tech/vnext-workflow-cli
# Use the CLI
workflow check
workflow csx --all
workflow update --all
workflow sync
workflow reset
workflow config set <key> <value>📋 Changes
See CHANGELOG.md for detailed changes.
This release was automatically created by GitHub Actions