WorkflowGen Documentation
1.0.0
1.0.0
  • CLI WorkflowGen
  • Installation
  • Démarrer
  • Liste de commandes
  • Manifeste de projet
Propulsé par GitBook
Sur cette page
  • Prérequis
  • Outil dotnet
  • Installation
  • Désinstallation
  • Démarrer
Exporter en PDF

Installation

PrécédentCLI WorkflowGenSuivantDémarrer

La CLI WorkflowGen a été développée avec le framework .NET 5. Vous devez installer le SDK approprié avant d'installer l'outil.

La CLI est compatible avec Windows, Linux et macOS. Vous pouvez télécharger le SDK au lien suivant : .

Prérequis

La CLI WorkflowGen fonctionne avec l'API GraphQL, assurez-vous donc que GraphQL est activé sur votre instance.

Outil dotnet

La CLI est disponible en tant qu'outil dotnet. Le package est disponible à ce lien : .

Installation

Ouvrez un terminal et exécutez la commande suivante pour installer la CLI WorkflowGen :

dotnet tool install --global workflowgen-cli --version 1.0.0

Désinstallation

Ouvrez un terminal et exécutez la commande suivante pour désinstaller la CLI WorkflowGen :

dotnet tool uninstall --global workflowgen-cli --version 1.0.0

Démarrer

📌 Exemple

wfg login http://localhost/wfgen -u wfgen_admin -p AdminPassword

Pour interagir avec votre application WorkflowGen, vous devez d'abord vous connecter. Utilisez la commande pour ce faire.

https://dotnet.microsoft.com/download/dotnet/5.0
https://www.nuget.org/packages/WorkflowGen.Cli/1.0.0
login