mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
setup-node's registry-url writes an npmrc auth-token line with a placeholder token, which npm used instead of OIDC and got a 404 from the registry. Dropping registry-url lets trusted publishing work. New clis: github.com (repo, user, search, trending, issues) and linkedin.com (profile, company, jobs; public guest views work through the Chrome fingerprint). Both verified live before shipping.
9 lines
322 B
JSON
9 lines
322 B
JSON
{
|
|
"domain": "linkedin.com",
|
|
"commands": {
|
|
"profile": { "open": "https://www.linkedin.com/in/{name}", "args": ["name"] },
|
|
"company": { "open": "https://www.linkedin.com/company/{name}", "args": ["name"] },
|
|
"jobs": { "open": "https://www.linkedin.com/jobs/search?keywords={query}", "args": ["query"] }
|
|
}
|
|
}
|