@bussolabs/closeyourit-cli 0.21.0 → 0.22.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/opencli.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "opencli": "0.1",
4
4
  "info": {
5
5
  "title": "closeyourit",
6
- "version": "0.21.0",
6
+ "version": "0.22.0",
7
7
  "description": "CLI for CloseYourIt — manage org, errors, tokens and tickets with your user token",
8
8
  "license": {
9
9
  "name": "MIT",
@@ -7534,6 +7534,21 @@
7534
7534
  "closeyourit seo-sites list --project acme-site --json"
7535
7535
  ]
7536
7536
  },
7537
+ {
7538
+ "name": "show",
7539
+ "description": "Show one site under SEO check: how it is set up, what is open, how the last run went and how fast it is",
7540
+ "arguments": [
7541
+ {
7542
+ "name": "ID",
7543
+ "required": true,
7544
+ "description": "Site id"
7545
+ }
7546
+ ],
7547
+ "examples": [
7548
+ "closeyourit seo-sites show <site-id>",
7549
+ "closeyourit seo-sites show <site-id> --json"
7550
+ ]
7551
+ },
7537
7552
  {
7538
7553
  "name": "update",
7539
7554
  "description": "Change how a site is checked (project and environment are its identity: they never change)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bussolabs/closeyourit-cli",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "CLI for CloseYourIt — manage org, errors, tokens and tickets with your user token",
5
5
  "publishConfig": {
6
6
  "access": "public"