percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
71 stars 45 forks source link

Inaccurate static configuration deprecation warning and documentation mismatch #897

Closed ccardinaux closed 2 years ago

ccardinaux commented 2 years ago

The problem

Running a Percy build using the documented static configuration (https://docs.percy.io/docs/cli-configuration#static) results in a warning that static.files and static.ignore will be deprecated and removed in 1.0.0 - however, it looks like these options were not actually removed and the suggested options are not documented.

Environment

Debug logs

[percy] Warning: The config option `static.files` will be removed in 1.0.0. Use `static.include` instead.
[percy] Warning: The config option `static.ignore` will be removed in 1.0.0. Use `static.exclude` instead.
github-actions[bot] commented 2 years ago

This issue is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 28 days with no activity.

esetnik commented 8 months ago

I found the same issue.