Skip to content

Commit

Permalink
docs: update docker image name
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jan 16, 2025
1 parent 7ff0169 commit 95f13c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/tooling/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ scoop install go-feature-flag-cli

### Install using Docker
```shell
docker pull thomaspoignant/go-feature-flag-cli:latest
docker pull gofeatureflag/go-feature-flag-cli:latest
```
3 changes: 1 addition & 2 deletions website/docs/tooling/migrate_v0_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scoop install go-feature-flag-migration-cli

### Install using Docker
```shell
docker pull thomaspoignant/go-feature-flag-migration-cli:latest
docker pull gofeatureflag/go-feature-flag-migration-cli:latest
```

## Use the migration command line
Expand All @@ -55,7 +55,6 @@ The command line has 4 arguments you should specify.


## Update your flag file

When your file is ready, you just have to replace your file in the location where GO Feature Flag is retrieves it.

:::tip
Expand Down

0 comments on commit 95f13c2

Please sign in to comment.