Zinnector® CLI

हर कमांड, सीधे --help से

Zinnector® 0.1.3 नोड के अलावा कुछ भी इंस्टॉल किए बिना आपकी अपनी मशीन पर एक WordPress साइट बनाता है, जिस होस्टिंग स्लॉट पर आप डिप्लॉय करने वाले हैं, उसके मुकाबले इसकी जाँच करता है, और पुश करता है। यह पृष्ठ CLI की अपनी कमांड परिभाषाओं से जनरेट किया गया है — वही ऑब्जेक्ट्स जिन्हें zinnector --help प्रिंट करता है — इसलिए यह आपके द्वारा इंस्टॉल किए गए टूल से असहमत नहीं हो सकता है।

36 Zinnector® 0.1.3 में कमांड्स।

इसे इंस्टॉल करें

Node 24 या इसके बाद के संस्करण पर, केवल एक कमांड। मुफ़्त और MIT-licensed; किसी साइट को स्थानीय रूप से सेट अप करने और चलाने के लिए किसी खाते की बिल्कुल भी आवश्यकता नहीं है।

npm install -g zinnector

नोड {node} या नया

node --version चलाएँ; यह v24 या उससे उच्च वर्शन दिखाना चाहिए। nodejs.org से वर्तमान LTS इंस्टॉल करें — Windows पर, winget install OpenJS.NodeJS.LTS; macOS पर, brew install node@24।

EBADENGINE देखा?

यह npm आपको बता रहा है कि आपका Node संस्करण 24 से पुराना है। इंस्टॉलेशन फिर भी पूरी हो जाती है, लेकिन CLI चलने से इनकार कर देता है और ऐसा ही संदेश देता है। Node को अपग्रेड करें और दोबारा इंस्टॉल करें।

क्या आप नोड 26 या उससे नए संस्करण का उपयोग कर रहे हैं?

CLI ठीक से काम करता है। यह जिस WordPress रनटाइम को डाउनलोड करता है उसमें केवल Node 24 और 25 के लिए प्रीबिल्ट बाइनरी वाली एक नेटिव मॉड्यूल होती है, इसलिए पहली बार उपयोग करने पर Zinnector® रनटाइम के लिए अलग से एक Node 24 भी फ़ेच करता है — लगभग 30 MB, जिसकी पुष्टि nodejs.org के चेकसम से की जाती है। कोई कंपाइलर नहीं, कोई Visual Studio नहीं, हाथ से कुछ भी करने की ज़रूरत नहीं है।

जाँचें कि यह काम करता है — दो मिनट, कोई खाता नहीं

इन्हें क्रम में चलाएं। प्रत्येक के नीचे सफलता का रूप दिया गया है, ताकि आपको पता चल सके कि कब कुछ गलत हुआ है।

  1. इसे इंस्टॉल करें

    npm install -g zinnector

    सफलता: npm किसी EBADENGINE चेतावनी के बिना समाप्त होता है।

  2. संस्करण की जाँच करें

    zinnector --version

    सफलता: एक संस्करण संख्या। 24 से पुराने नोड पर यह एक संदेश प्रिंट करता है जिसमें कहा जाता है कि नोड 24 या नए की आवश्यकता है, और इसके बजाय बाहर निकल जाता है।

    0.1.3
  3. सहायता पढ़ें

    zinnector --help

    सफलता: फ़्लो के पाँचों कमांड के नाम वाला एक बैनर, उसके बाद एक-लाइन के उद्देश्य के साथ प्रत्येक कमांड — इस पृष्ठ पर सूची।

      new       scaffold a WordPress project you can run immediately
      dev       run this project locally — no Docker required
      login     sign in — with your own account in the browser, or with an API key
      logout    forget a stored sign-in
      whoami    show who this CLI is signed in as, and what it can reach
      …
  4. एक साइट तैयार करें

    zinnector new my-site

    सफलता: एक “Created my-site” शीर्षक, इसके द्वारा लिखी गई फ़ाइलें, और आगे चलाने के लिए कमांड।

    Created my-site  ·  site
      + zinnector.json
      + wp-content/…
    → run it:
        cd my-site
        zinnector dev
  5. इसे चलाएँ

    cd my-site
    zinnector dev

    पहली बार चलाने पर WordPress रनटाइम डाउनलोड करने के लिए एक बार पूछा जाता है (लगभग 570 MB, Zinnector® के अपने कैश में रखा जाता है)। सफलता: स्थानीय पते के साथ “running at” पंक्ति।

    ✔ running at http://127.0.0.1:9400
      admin: http://127.0.0.1:9400/wp-admin  (already signed in)
  6. इसे ब्राउज़र में खोलें

    open http://127.0.0.1:9400

    सफलता: “My WordPress Website” शीर्षक वाली एक नई WordPress साइट, और /wp-admin पहले से साइन इन किया हुआ डैशबोर्ड खोलता है। wp-content/plugins में कोई प्लगइन डालें और यह अगले रीलोड पर वहीं होता है।

    खाता बनाए बिना ऊपर दी गई सभी चीज़ें काम करती हैं। लिंक करने, प्री-फ़्लाइट और पुश के लिए आपके डैशबोर्ड से एक API कुंजी और Zinn Digital® होस्टिंग पर एक साइट की आवश्यकता होती है।

फ्लो: बनाएं, देव, लिंक, चेक, पुश

शून्यता से एक लाइव साइट तक छह कमांड। zinnector new समाप्त होने पर यह सूची प्रिंट करता है, ताकि आपको इसे कभी याद न रखना पड़े।

zinnector new my-site      # scaffold a project that boots immediately
cd my-site
zinnector dev              # a real WordPress, locally, with no Docker

zinnector login            # once, when you have hosting
zinnector link             # point the project at a slot
zinnector check            # pre-flight: what will NOT match on the slot?
zinnector push             # push your commits, deploy, watch it finish

बीच वाला बिंदु है। zinnector check आपकी बनाई गई चीज़ — PHP संस्करण, डिस्क, फ़ाइल संख्या, WordPress संस्करण — की तुलना उस स्लॉट से करता है जहाँ आप इसे तैनात करने वाले हैं, हर बेमेल और हर ऐसी तुलना का नाम बताता है जो वह नहीं कर सका, और फिर आपको फिर भी तैनात करने देता है, क्योंकि आप अपनी साइट के बारे में ऐसी बातें जानते हैं जो एक चेकर नहीं जानता।

कमांड संदर्भ

zinnector --help में सूचीबद्ध क्रम में सभी 36 कमांड। "कैप्चर्ड" के रूप में चिह्नित आउटपुट इस संस्करण के एक वास्तविक रन से पेस्ट किए गए थे; बाकी उदाहरण मानों के साथ कमांड द्वारा प्रिंट किए जाने वाले सटीक आकार को दिखाते हैं — आपके डोमेन, आईडी और आंकड़े अलग होंगे।

वैश्विक विकल्प, किसी भी कमांड से पहले स्वीकार किए जाते हैं:

विकल्पयह क्या करता है
-V, --versionprint the version
--profile <name>use a named credential profile
-h, --helpकिसी भी कमांड के लिए सहायता दिखाएं।

zinnector new

scaffold a WordPress project you can run immediately

zinnector new [options] [name]
आर्गुमेंटआवश्यकयह क्या करता है
nameनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
-t, --template <kind>one of: site, plugin, theme"site"
--php <version>PHP version to develop against"8.3"
--wp <version>WordPress version for the local runtime"latest"
--runtime <name>playground or docker"playground"
--herescaffold into the current directory instead of a new one

उदाहरण

zinnector new my-site

आप क्या देखते हैंcaptured — 0.1.2 on Linux

Created my-site  ·  site
──────────────────────────

  + .gitignore
  + README.md
  + wp-content/mu-plugins/000-zinnector-dev.php
  + wp-content/plugins/.gitkeep
  + wp-content/themes/.gitkeep
  + zinnector.json

  php        8.3
  wordpress  latest
  runtime    playground

→ run it:
    cd my-site
    zinnector dev

→ then, when you have a hosting slot:
    zinnector link     # point it at a site
    zinnector check    # pre-flight before you push
    zinnector push

zinnector dev

run this project locally — no Docker required

zinnector dev [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--php <version>PHP version to run (5.2–8.5 on playground, 7.4–8.5 on docker)
--wp <version>WordPress version
-p, --port <port>port to serve on
--runtime <name>playground (default) or docker
--loginlog in as admin automaticallytrue
--no-logindo not log in automatically
--onceboot, report what is running, then stop
--yesinstall the local runtime without asking
--reset-runtimedelete the installed runtime and install it again
-v, --verboseshow the runtime's own output

उदाहरण

cd my-site
zinnector dev

आप क्या देखते हैंcaptured — 0.1.2. The first run asks once to download the WordPress runtime (~570 MB); pass --yes to skip the question

my-site  ·  WordPress Playground (WASM, no Docker)
───────────────────────────────────────────────────

  serving    a WordPress project
  from       /home/you/my-site
  php        8.3
  wordpress  latest

✔ running at http://127.0.0.1:9400
  admin: http://127.0.0.1:9400/wp-admin  (already signed in)

  Ctrl-C to stop

zinnector login

sign in — with your own account in the browser, or with an API key

zinnector login [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--profile <name>store under a named profile"default"
--api <url>API base URL"https://api.zinndigital.com"
--api-keypaste a per-organisation API key instead of signing in as yourself
--issuer <url>the sign-in service"https://auth.zinndigital.com/realms/zinn"
--no-browserprint the sign-in link without trying to open a browser

उदाहरण

zinnector login

आप क्या देखते हैंthe key is typed at the prompt, never on the command line. In CI, pipe it: echo "$ZINN_API_KEY" | zinnector login --profile ci

Sign in to Zinn Digital  ·  https://api.zinndigital.com
────────────────────────────────────────────────────

  API key: ••••••••••••••••••••••••••••

✔ signed in as you@example.com (Acme Ltd) — profile “default”
→ next: zinnector sites

zinnector logout

forget a stored sign-in

zinnector logout [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--profile <name>which profile to forget"default"

उदाहरण

zinnector logout

आप क्या देखते हैं

✔ signed out of profile “default”

zinnector whoami

show who this CLI is signed in as, and what it can reach

zinnector whoami [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--profile <name>use a named profile
--scopeslist the permissions an API key carries
--jsonmachine-readable output

उदाहरण

zinnector whoami --scopes

आप क्या देखते हैं

Signed in  ·  https://api.zinndigital.com
─────────────────────────────────────────

  key           zdk_live_…3f9a
  organisation  Acme Ltd
  profile       default

  · sites.read
  · sites.deploy
  · dns.manage

zinnector sites

list the sites this key can see

zinnector sites [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output
--status <status>only sites in this status

उदाहरण

zinnector sites

आप क्या देखते हैं

Sites  ·  2
───────────

  domain        status   php      target  id
  example.com   active   php 8.3  fleet   01a03f39-730a-7dc4-84b0-5d4f7582dd04
  shop.test     active   php 8.2  fleet   01a03f39-9c11-7b02-a7e0-2e4d0c5f1b77

zinnector status

everything the platform knows about one site

zinnector status [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector status example.com

आप क्या देखते हैं

example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
────────────────────────────────────────────────────

  status        active
  product line  mainstream
  stack         wordpress

● PHP
  version   8.3
  applied   yes

● Quota
  disk      412 MB of 10 GB
  files     18,204 of 250,000

● Deploy
  repository  acme/example-site (main)
  last        2 hours ago — success

zinnector share

give one person access to ONE site — a developer, a designer, a client

zinnector share [options] <site> <email>
आर्गुमेंटआवश्यकयह क्या करता है
siteहाँ
emailहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
--role <role>what they may do: viewer, editor, manager
--reason <text>why they need it — kept with the grant for the audit trail
--until <date>when access ends on its own (YYYY-MM-DD); omit for until-revoked
--jsonmachine-readable output

उदाहरण

zinnector share example.com dev@agency.test --role editor --reason "rebuild the checkout"

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ

Shared example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
────────────────────────────────────────────────────────────

✔ invited dev@agency.test as editor
  They have no account yet, so an invitation has been emailed. Until they
  sign in and accept it they can see nothing; the moment they do, the site is theirs.

→ what they do next, on their own machine:
    npm i -g zinnector && zinnector login   # sign in as themselves
    zinnector clone example.com   # pull the files down

zinnector collaborators

who has been given access to a site, and whether they have accepted

zinnector collaborators [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector collaborators example.com

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ

Access to example.com  ·  2
────────────────────────────

  who               role    status                      ends              why                   grant
  dev@agency.test   editor  invited — not yet accepted  —                 rebuild the checkout  01a03f39-9c11-7b02-a7e0-2e4d0c5f1b77
  ana@studio.test   viewer  active                      until 2026-12-31  quarterly audit       01a03f39-af52-7e19-93c1-6b0d2a7c4e11

zinnector unshare

take a person's access to a site back — by email or grant id

zinnector unshare [options] <site> <who>
आर्गुमेंटआवश्यकयह क्या करता है
siteहाँ
whoहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
--yesdo not ask

उदाहरण

zinnector unshare example.com dev@agency.test --yes

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ

✔ withdrew the invitation to dev@agency.test

zinnector invitations

the invitations waiting for you, and accept one

zinnector invitations [options] [command]

उदाहरण

zinnector invitations

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ; with no subcommand it runs `list`

Invitations  ·  1
──────────────────

  Acme Ltd has shared example.com with you as editor  01a03f39-9c11-7b02-a7e0-2e4d0c5f1b77

→ accept one: zinnector invitations accept <id>

zinnector invitations list

invitations addressed to the account you are signed in as

zinnector invitations list [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector invitations list

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ

Invitations  ·  1
──────────────────

  Acme Ltd has shared example.com with you as editor  01a03f39-9c11-7b02-a7e0-2e4d0c5f1b77

→ accept one: zinnector invitations accept <id>

zinnector invitations accept

accept an invitation — the site is yours the moment this returns

zinnector invitations accept [options] <id>
आर्गुमेंटआवश्यकयह क्या करता है
idहाँ

उदाहरण

zinnector invitations accept 01a03f39-9c11-7b02-a7e0-2e4d0c5f1b77

आप क्या देखते हैंthe exact shape the command prints, from the source (W40-DEVTOOL added these after this file was last captured); your domains, ids and dates will differ

✔ you now have access to example.com

zinnector pull

pull a hosted site's files into this project for local dev — and re-run to re-sync

zinnector pull [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--via <seam>auto (default), git, or backup"auto"
--freshtake a new backup rather than using the latest one (spends an on-demand slot)
--max-age <hours>accept the latest backup if it is younger than this"24"
--fullthe whole document root, WordPress core included (default: wp-content only)
--no-uploadsleave wp-content/uploads (media) behind
--live-configalso write wp-config.php — it holds the LIVE database credentials
--cleanempty wp-content before extracting, so deletions on the site are mirrored
--dry-runsay what would happen and stop
--yesdo not ask

उदाहरण

zinnector pull

आप क्या देखते हैं

Pull example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
─────────────────────────────────────────────────────────────

● via git — the site syncs to its own repository and this is a clone of it
✔ fast-forwarded 3 commits 4f1c2a9b → 9d2e7c14

● not synced, and why
  ✖ database                     the local playground has its own; the site's is not copied
  ✖ offloaded media              objects in storage are not in the site's files
  ✖ anything outside the repository  only wp-content syncs

→ next: zinnector dev

zinnector clone

make a local project from a hosted site: clone its repository or pull its files

zinnector clone [options] <site> [dir]
आर्गुमेंटआवश्यकयह क्या करता है
siteहाँ
dirनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--via <seam>auto (default), git, or backup"auto"
--freshtake a new backup rather than using the latest one
--fullthe whole document root, WordPress core included
--no-uploadsleave wp-content/uploads (media) behind
--live-configalso write wp-config.php — it holds the LIVE database credentials
--yesdo not ask

उदाहरण

zinnector clone client.example.com

आप क्या देखते हैं

Clone client.example.com  ·  client.example.com
──────────────────────────────────────────────────────

✔ wrote client.example.com/zinnector.json (php 8.3, wordpress 6.7.1)
● via backup — the site does not sync to a repository
✔ downloaded 214 MB and extracted wp-content

● not synced, and why
  ✖ database                     the local playground has its own; the site's is not copied
  ✖ offloaded media              objects in storage are not in the site's files
  ✖ wp-config.php                holds the live database credentials (--live-config to write it)
  ✖ WordPress core               the runtime supplies the version the slot runs (--full to take it)

→ next: zinnector dev

→ run it:
    cd client.example.com
    zinnector dev

zinnector check

compare this project against the slot you are about to deploy to

zinnector check [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--probeboot the local runtime and MEASURE its php, rather than trusting zinnector.json
--allshow passing checks too
--strictalso fail when something could not be checked
--jsonmachine-readable output

उदाहरण

zinnector check

आप क्या देखते हैंcaptured from a real run against a slot on PHP 7.4 — the whole point of the command

Pre-flight — example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
──────────────────────────────────────────────────────────────────

  local   php 8.3   1,284 files, 12.4 MB
  slot    php 7.4.33   target fleet
  local php is the version DECLARED in zinnector.json — run with --probe to measure it

  ✖ high      php 8.3 locally, 7.4 on the slot
      You built against PHP 8.3, which is newer than the PHP 7.4 the
      slot runs. Code that uses syntax or functions added after the
      slot's version will fatal at runtime, not at deploy time.
      try zinnector php 8.3

  ⚠ warn      the slot runs php 7.4, which is past end of life
      try zinnector php --list

  ? unknown   local php extensions could not be enumerated
      try zinnector dev --once

  5 passed  ·  3 to look at  ·  2 could not be checked

  none of this blocks a deploy — zinnector push --force proceeds anyway

zinnector push

pre-flight, push your commits, and deploy

zinnector push [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
-f, --forcedeploy even when pre-flight has findings
--skip-checksdo not run pre-flight at all
--probemeasure the local runtime during pre-flight instead of trusting zinnector.json
--no-waittrigger the deploy and exit without watching it
--no-gitdo not run git push; deploy whatever the platform already has
--dry-rundo everything except the deploy

उदाहरण

zinnector push

आप क्या देखते हैं

Deploy to example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
───────────────────────────────────────────────────────────────

✔ pre-flight: 8 passed  ·  0 to look at  ·  2 could not be checked
→ pushing main (4f1c2a9b add the contact form)
✔ pushed
● deploy 7c0e… started — watching
✔ deployed 4f1c2a9b in 48s

  status    success
  commit    4f1c2a9b
  url       https://example.com

zinnector deploy

redeploy what the platform already has, without pushing

zinnector deploy [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--no-waittrigger and exit

उदाहरण

zinnector deploy example.com

आप क्या देखते हैं

Redeploy example.com  ·  01a03f39-730a-7dc4-84b0-5d4f7582dd04
───────────────────────────────────────────────────────────────

● deploy 7c0e… started — watching
✔ deployed 4f1c2a9b in 41s

zinnector deploys

a site's deploy history

zinnector deploys [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output
-n, --limit <n>how many to show"10"

उदाहरण

zinnector deploys example.com

आप क्या देखते हैं

Deploys — example.com  ·  3
───────────────────────────

  status   commit    branch  trigger  started        message
  success  4f1c2a9b  main    cli      2 hours ago    add the contact form
  success  b21d70e4  main    push     yesterday      fix footer links
  failed   9e8a0c13  main    push     3 days ago     build: composer install exited 1

zinnector php

show or switch a site's PHP version

zinnector php [options] [version]
आर्गुमेंटआवश्यकयह क्या करता है
versionनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
-s, --site <site>site id or domain
--listlist the versions the platform offers
--jsonmachine-readable output

उदाहरण

zinnector php 8.3 --site example.com

आप क्या देखते हैंwith no version it shows the current one; --list shows what the platform offers for this site's product line

PHP — example.com
─────────────────

  version   7.4  →  8.3
  applied   the machine will confirm shortly

  switch example.com to php 8.3? [y/N] y
✔ php 8.3 requested
⚠ recorded, but the machine has not confirmed it yet

zinnector quota

disk, files and database usage against what the plan grants

zinnector quota [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector quota example.com

आप क्या देखते हैं

Quota — example.com
───────────────────

  disk      412 MB of 10 GB   (4%)
  files     18,204 of 250,000 (7%)
  database  38 MB of 1 GB     (4%)

zinnector db

database size, and single-use links into phpMyAdmin and the file manager

zinnector db [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector db example.com

आप क्या देखते हैंthe phpMyAdmin and file-manager links are single-use and expire; do not paste them anywhere

Database — example.com
──────────────────────

  engine      mariadb 10.11
  size        38 MB
  phpmyadmin  https://…/pma/sso?token=… (single use)
  files       https://…/files/sso?token=… (single use)

zinnector logs

tail a site's access and error logs

zinnector logs [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--accessonly the access log
--erroronly the error log
--buildthe build log of the most recent deploy instead
--jsonmachine-readable output

उदाहरण

zinnector logs example.com --error

आप क्या देखते हैं--access for the access log, --build for the last deploy's build log; with no flag both site logs are shown

Error log — example.com
───────────────────────
[06-Sep-2026 10:12:44 UTC] PHP Warning:  Undefined variable $x in /wp-content/plugins/my-plugin/my-plugin.php on line 12

zinnector wp

run an allow-listed WP-CLI command on a site

zinnector wp [options] <command...>
आर्गुमेंटआवश्यकयह क्या करता है
command...हाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
-s, --site <site>site id or domain
--commandslist what the platform will run
--jsonmachine-readable output

उदाहरण

zinnector wp plugin list --site example.com

आप क्या देखते हैंthe allow-list is served by the platform — zinnector wp --commands prints it

+-----------------+----------+--------+---------+
| name            | status   | update | version |
+-----------------+----------+--------+---------+
| my-plugin       | active   | none   | 1.0.0   |
| zinn-cache      | active   | none   | 2.4.1   |
+-----------------+----------+--------+---------+

zinnector backup

list and take site backups

zinnector backup [options] [command]

उदाहरण

zinnector backup list example.com

`backup` on its own prints its subcommands; see `backup list` and `backup now` below

zinnector backup list

list a site's backups and what its plan grants

zinnector backup list [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector backup list example.com

आप क्या देखते हैं

Backups — example.com  ·  3
───────────────────────────

  status     taken          size    id
  complete   today 03:00    412 MB  bk_01a0…
  complete   yesterday      410 MB  bk_019f…
  complete   2 days ago     409 MB  bk_019e…

  retention  30 days
  off-site   yes

zinnector backup now

take an on-demand backup

zinnector backup now [options] [site]
आर्गुमेंटआवश्यकयह क्या करता है
siteनहीं

उदाहरण

zinnector backup now example.com

आप क्या देखते हैं

✔ backup started — zinnector backup list example.com shows it when it completes

zinnector domains

list the domains this key can see

zinnector domains [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector domains

आप क्या देखते हैं

Domains  ·  2
─────────────

  domain        status   registrar  renewal  expires
  example.com   active   zinn       auto     2027-03-14
  shop.test     active   external   —        —

zinnector dns

read and change DNS records

zinnector dns [options] [command]

उदाहरण

zinnector dns list example.com

`dns` on its own prints its subcommands; see `dns list`, `dns add` and `dns rm` below

zinnector dns list

list a domain's DNS records

zinnector dns list [options] <domain>
आर्गुमेंटआवश्यकयह क्या करता है
domainहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
--type <type>only records of this type
--jsonmachine-readable output

उदाहरण

zinnector dns list example.com

आप क्या देखते हैं

DNS — example.com  ·  4 records
───────────────────────────────

  type  name   value            ttl
  A     @      203.0.113.10     300   rec_7f…
  A     www    203.0.113.10     300   rec_80…
  MX    @      10 mail.example.com  3600  rec_81…
  TXT   @      "v=spf1 -all"    3600  rec_82…

zinnector dns add

create a DNS record

zinnector dns add [options] <domain> <type> <name> <value>
आर्गुमेंटआवश्यकयह क्या करता है
domainहाँ
typeहाँ
nameहाँ
valueहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
--ttl <seconds>time to live"3600"
--priority <n>priority, for MX and SRV
--proxiedroute through the CDN
-y, --yesdo not ask

उदाहरण

zinnector dns add example.com TXT _acme "token" --ttl 300

आप क्या देखते हैंthe record is shown and confirmed before it is written; pass --yes to skip the question

Add a DNS record to example.com
───────────────────────────────

  type   TXT
  name   _acme
  value  "token"
  ttl    300

  create it? [y/N] y
✔ created TXT _acme

zinnector dns rm

delete a DNS record

zinnector dns rm [options] <domain> <recordId>
आर्गुमेंटआवश्यकयह क्या करता है
domainहाँ
recordIdहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
-y, --yesdo not ask

उदाहरण

zinnector dns rm example.com rec_7f3a

आप क्या देखते हैं

⚠ deleting A @ 203.0.113.10 from example.com
  delete it? [y/N] y
✔ deleted

zinnector mail

list mail services

zinnector mail [options]
विकल्पयह क्या करता हैडिफ़ॉल्ट
--jsonmachine-readable output

उदाहरण

zinnector mail

आप क्या देखते हैं

Mail services  ·  1
───────────────────

  domain        status   provider  mailboxes  dns
  example.com   active   zinn      3          ok

zinnector bulk

run one operation across many sites (cache_purge, malware_scan, sitemap, block_ip)

zinnector bulk [options] <operation>
आर्गुमेंटआवश्यकयह क्या करता है
operationहाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
--allevery site this key can see
--site <site...>specific sites, by id or domain
--status <status>every site in this status
-y, --yesdo not ask
--jsonmachine-readable output

उदाहरण

zinnector bulk cache_purge --all

आप क्या देखते हैंone call to the platform for the whole selection, not one per site; the selection is shown and confirmed first

Bulk cache_purge  ·  2 sites
────────────────────────────
  · example.com
  · shop.test

  run cache_purge on 2 sites? [y/N] y
✔ cache_purge queued for 2 sites

zinnector ai

ask the Zinn Digital assistant, with this project as context

zinnector ai [options] <question...>
आर्गुमेंटआवश्यकयह क्या करता है
question...हाँ
विकल्पयह क्या करता हैडिफ़ॉल्ट
-s, --site <site>ask about a particular site
--no-contextdo not send anything about the local project
--jsonmachine-readable output

उदाहरण

zinnector ai "why is my deploy failing?"

आप क्या देखते हैंruns on the platform against your own account; from inside a project it sends the project's shape and site id, never file contents

Zinn Digital assistant
──────────────────────

Your last deploy of example.com failed at the build step: `composer install` exited 1 because
`vendor/` is committed alongside a lock file that no longer matches it. Remove `vendor/` from
the repository or run `composer update` and commit the new lock file, then `zinnector push`.

पढ़ना जारी रखें

इसे इंस्टॉल करें और अगले मिनट में एक साइट चलाएं

निःशुल्क, MIT-लाइसेंस प्राप्त, और प्रत्येक कमांड सार्वजनिक API में एक प्रलेखित ऑपरेशन है — यहाँ ऐसा कुछ भी नहीं है जो API नहीं कर सके।

npm install -g zinnector