Skip to content

Commit 6c47292

Browse files
committed
bump version code
1 parent 3d94c36 commit 6c47292

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Requirements:
8181

8282
**Latest (Desktop):**
8383

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)
8686

8787
**Latest (CLI):**
8888

@@ -110,7 +110,7 @@ fluentci studio
110110
fluentci --help
111111

112112
Usage: fluentci [pipeline] [jobs...]
113-
Version: 0.15.2
113+
Version: 0.15.3
114114

115115
Description:
116116

@@ -148,8 +148,16 @@ Commands:
148148
whoami - Show current logged in user
149149
repl [pipelines...] - Start FluentCI REPL
150150
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
153161
```
154162
155163
## 📚 Documentation

src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { dir } from "../deps.ts";
2-
export const VERSION = "0.15.2";
2+
export const VERSION = "0.15.3";
33

44
export const BASE_URL = "https://api.fluentci.io/v1";
55

0 commit comments

Comments
 (0)