You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📦 **Plugin Support**: Manage plugins and integrations for workflow tasks.
23
26
- 📊 **Monitoring & Status**: Query real-time execution status and audit logs.
24
27
- 🔐 **Authentication**: Supports Basic and JWT tokens-based authentication.
25
28
- ⚡ **Cross-Platform**: Runs on Windows, Linux, and macOS (.NET 9+ required).
26
29
27
-
---
28
-
29
-
## 📦 Installation
30
+
## Installation
30
31
31
-
### 🛠️ Building FlowCtl from Source
32
+
### Building FlowCtl from Source
32
33
To build FlowCtl from source, ensure you have the .NET 9 SDK installed and configured in your environment. Then follow the steps below:
33
34
```
34
35
git clone https://github.com/flowsynx/flowctl.git
@@ -37,7 +38,7 @@ dotnet build -c Release
37
38
```
38
39
The compiled binaries will be located in the bin/Release/net9.0 directory.
39
40
40
-
#### ➕ (Optional) Add FlowCtl to Your System PATH
41
+
#### (Optional) Add FlowCtl to Your System PATH
41
42
To make flowctl available globally from any terminal session:
42
43
- Linux/macOS:
43
44
```
@@ -53,12 +54,12 @@ After setting the PATH, you can verify the installation with:
53
54
```
54
55
flowctl --version
55
56
```
56
-
> ✅ Building from source is recommended for contributors or developers customizing FlowCtl for internal use.
57
+
> Building from source is recommended for contributors or developers customizing FlowCtl for internal use.
57
58
58
-
### 🚀 Installing FlowCtl
59
+
### Installing FlowCtl
59
60
You can install FlowCtl, the CLI for FlowSynx workflow automation system, using a platform-specific script or by downloading binaries manually from the Releases page.
60
61
61
-
#### 🪟 Windows
62
+
#### Windows
62
63
Use the following PowerShell script to install FlowCtl to $Env:SystemDrive\flowctl and automatically add this directory to your User PATH:
0 commit comments