@@ -81,8 +81,8 @@ Requirements:
81
81
82
82
** Latest (Desktop):**
83
83
84
- - ` Mac ` : arm64: [ fluentci-studio_v0.1.6_arm64 .dmg] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.6 /fluentci-studio_v0.1.6_arm64 .dmg ) intel: [ fluentci-studio_v0.1.6_x64 .dmg] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.6 /fluentci-studio_v0.1.6_x64 .dmg )
85
- - ` Linux ` : [ fluentci-studio_v0.1.6 .AppImage] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.6 /fluentci-studio_v0.1.6 .AppImage )
84
+ - ` Mac ` : arm64: [ fluentci-studio_v0.1.7_arm64 .dmg] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.7 /fluentci-studio_v0.1.7_arm64 .dmg ) intel: [ fluentci-studio_v0.1.7_x64 .dmg] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.7 /fluentci-studio_v0.1.7_x64 .dmg )
85
+ - ` Linux ` : [ fluentci-studio_v0.1.7 .AppImage] ( https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.7 /fluentci-studio_v0.1.7 .AppImage )
86
86
87
87
** Latest (CLI):**
88
88
@@ -110,7 +110,7 @@ fluentci studio
110
110
fluentci --help
111
111
112
112
Usage: fluentci [pipeline] [jobs...]
113
- Version: 0.15.2
113
+ Version: 0.15.3
114
114
115
115
Description:
116
116
@@ -148,8 +148,16 @@ Commands:
148
148
whoami - Show current logged in user
149
149
repl [pipelines...] - Start FluentCI REPL
150
150
studio - Start FluentCI Studio, a web-based user interface
151
- project - Manage projects
152
- server - Start FluentCI GraphQL Server
151
+ project - Manage projects
152
+ server - Start FluentCI GraphQL Server
153
+ up - Start services
154
+ down - Stop services
155
+ ps - List services
156
+ status < service> - Show status of a service
157
+ start < service> - Start a service
158
+ restart < service> - Restart a service
159
+ stop < service> - Stop a service
160
+ echo < service> - Stream logs of a service
153
161
` ` `
154
162
155
163
# # 📚 Documentation
0 commit comments