Skip to content
Open
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ A tiny utility to support matrix testing.

## List

`pnpm -s @embroider/try list`
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why -s had been added. The output seemed to be the same with or without.

```sh
pnpx @embroider/try list
```

Processes your `.try.mjs` file and emits JSON that can be used in GitHub Actions to create your `strategy.matrix`.

## Apply

`pnpm dlx @embroider/try apply $SCENARIO_NAME`
```sh
pnpx @embroider/try apply $SCENARIO_NAME
```

Applies a scenario to your project by editing package.json, etc. Use this before the regular `pnpm install` or `npm install` in order to test differing dependencies.
Applies a scenario to your project by editing package.json, etc. Run this command before the regular `pnpm install` or `npm install` in order to test differing dependencies.

## Config File: .try.mjs

Expand Down