@siteoshq/cli 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/cli.js +547 -252
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# SiteOS CLI
|
|
2
2
|
|
|
3
3
|
`@siteoshq/cli` exposes one `siteos` binary for Auth, common Projects, Pulse, Cookie, Forms,
|
|
4
|
-
Search, Trace, SEO/GEO and Integrations. This source is version 2.
|
|
4
|
+
Search, Trace, SEO/GEO and Integrations. This source is version 2.6.0; source changes require a separate release to reach npm.
|
|
5
5
|
|
|
6
6
|
CLI 2 requires `siteos project use <id-or-slug> --environment <slug>` once per repository.
|
|
7
7
|
It stores only the common selection in private `projects.json`; older service bindings are not
|
|
@@ -232,9 +232,9 @@ siteos seo gsc export --dataset queries --format csv --output ./gsc-queries.csv
|
|
|
232
232
|
Run `siteos seo --help` for request JSON, limits, saved inputs, cancellation and GSC settings.
|
|
233
233
|
Research supports keywords, Domain Overview (`domain`), rankings, backlinks, brand and AI visibility without GSC.
|
|
234
234
|
AI Visibility category history uses `--kind ai-rankings`; Prompt checks stays separate under
|
|
235
|
-
`--kind ai-visibility`. Category requests use `kind: ai-visibility` with a `category-
|
|
236
|
-
category
|
|
237
|
-
model settings and the exact supporting answers. See the SEO skill's AI visibility reference for
|
|
235
|
+
`--kind ai-visibility`. Category requests use `kind: ai-visibility` with a `category-mentions-v3`
|
|
236
|
+
category: ordinary answers, text Mentions and Citations. Historical reports retain AEO scores and
|
|
237
|
+
annotations. Reports and exports include model settings and the exact supporting answers. See the SEO skill's AI visibility reference for
|
|
238
238
|
the versioned request and scoring method; historical v1 reports remain readable without inferred scores.
|
|
239
239
|
Domain Overview collects domain totals, up to 100 ranking keywords, pages and competitors for a market.
|
|
240
240
|
`--kind domain` includes legacy `competitors` history; existing `competitors` inputs keep their original two-part plan.
|