Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): docker extract-fixtures --s/output/directory/ #183

Merged
merged 3 commits into from
May 16, 2024

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Dec 4, 2023

> docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:v0.4.2 extract-fixtures --output fixtures --merged false
Status: Downloaded newer image for ghcr.io/ipfs/gateway-conformance:v0.4.2
Incorrect Usage: flag provided but not defined: -output

NAME:
   gateway-conformance extract-fixtures - Extract gateway testing fixtures that are used by the conformance test suite

USAGE:
   gateway-conformance extract-fixtures command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

OPTIONS:
   --directory value, --dir value  The directory to extract the fixtures to
   --merged                        Merge the fixtures into a single CAR file (default: false)
   --help, -h                      show help
2023/12/04 20:54:15 flag provided but not defined: -output

Copy link
Contributor

github-actions bot commented Dec 4, 2023

Results against Kubo latest:
(check the action's summary for the full results)

Summary

Tests Failures Errors Skipped
2049 0 0 0

Copy link
Contributor

github-actions bot commented Dec 4, 2023

Results against Kubo master:
(check the action's summary for the full results)

Summary

Tests Failures Errors Skipped
2049 0 0 0

```
> docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:v0.4.2 extract-fixtures --output fixtures --merged false
Status: Downloaded newer image for ghcr.io/ipfs/gateway-conformance:v0.4.2
Incorrect Usage: flag provided but not defined: -output

NAME:
   gateway-conformance extract-fixtures - Extract gateway testing fixtures that are used by the conformance test suite

USAGE:
   gateway-conformance extract-fixtures command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

OPTIONS:
   --directory value, --dir value  The directory to extract the fixtures to
   --merged                        Merge the fixtures into a single CAR file (default: false)
   --help, -h                      show help
2023/12/04 20:54:15 flag provided but not defined: -output
```
@SgtPooki SgtPooki merged commit 8121a18 into main May 16, 2024
11 checks passed
@SgtPooki SgtPooki deleted the SgtPooki-patch-1 branch May 16, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants