Usage
url_match_rules.json against the provided URL using the LinkApp API and prints the result payload.
Options
| Flag | Description | Default |
|---|---|---|
--qa | Use the QA environment | false |
--endpoint <url> | Override the LinkApp API endpoint | derived from config |
-h, --help | Show command help | - |
Prerequisites
- Logged in (uses your stored production token).
url_match_rules.jsonpresent in the current working directory with valid JSON.
What happens
- Loads LinkApp API configuration (production by default) and your saved token.
- Reads and parses
url_match_rules.json. - Calls the LinkApp API to evaluate the provided URL against your rules.
- Prints whether the match succeeded and the API response JSON.