Skip to content

Release v1.0.6

Choose a tag to compare

@github-actions github-actions released this 24 Mar 21:07
439c5b4

🚀 Release v1.0.6

📦 Installation

npm install -g @burgan-tech/vnext-workflow-cli@1.0.6

🔗 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