Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker run --rm \
-e FESS_ENDPOINT=https://your-fess-server \
-e FESS_ACCESS_TOKEN=your_access_token_here \
-e FESS_VERSION=15.8.0 \
ghcr.io/codelibs/fessctl:0.2.0 --help
ghcr.io/codelibs/fessctl:0.3.0 --help
```

Run actual commands:
Expand All @@ -65,13 +65,13 @@ docker run --rm \
-e FESS_ENDPOINT=https://your-fess-server \
-e FESS_ACCESS_TOKEN=your_access_token_here \
-e FESS_VERSION=15.8.0 \
ghcr.io/codelibs/fessctl:0.2.0 ping
ghcr.io/codelibs/fessctl:0.3.0 ping

docker run --rm \
-e FESS_ENDPOINT=https://your-fess-server \
-e FESS_ACCESS_TOKEN=your_access_token_here \
-e FESS_VERSION=15.8.0 \
ghcr.io/codelibs/fessctl:0.2.0 user list
ghcr.io/codelibs/fessctl:0.3.0 user list
```

### Method 3: Building Your Own Docker Image
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fessctl"
version = "0.3.0.dev0"
version = "0.3.0"
description = "CLI tool to manage Fess using the admin API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion skills/fessctl/references/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ docker run --rm \
-e FESS_ACCESS_TOKEN="$FESS_ACCESS_TOKEN" \
-e FESS_VERSION="$FESS_VERSION" \
--add-host=host.docker.internal:host-gateway \
ghcr.io/codelibs/fessctl:0.1.0 \
ghcr.io/codelibs/fessctl:0.3.0 \
ping
```

Expand Down
2 changes: 1 addition & 1 deletion skills/fessctl/references/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Recovery:

```bash
docker login ghcr.io # if behind auth
docker pull ghcr.io/codelibs/fessctl:0.1.0 # pin a specific tag, not `latest`
docker pull ghcr.io/codelibs/fessctl:0.3.0 # pin a specific tag, not `latest`
```

If `latest` is unavailable in your environment, prefer a pinned version tag matching `FESS_VERSION`.
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading