Zinnector® CLI

દરેક કમાન્ડ, સીધો --help થી

Zinnector® 0.1.2 એ Node સિવાય કશું જ ઇન્સ્ટોલ કર્યા વિના તમારા પોતાના કમ્પ્યુટર પર WordPress સાઇટ બનાવશે, તમે જે હોસ્ટિંગ સ્લોટ પર ડિપ્લોય કરવા જઈ રહ્યા છો તેની સામે તેની ચકાસણી કરશે અને પુશ કરશે. આ પૃષ્ઠ CLI ની પોતાની કમાન્ડ વ્યાખ્યાઓમાંથી જનરેટ થાય છે — એ જ ઓબ્જેક્ટ્સમાંથી જે zinnector --help પ્રિન્ટ કરે છે — તેથી તે તમારી પાસે ઇન્સ્ટોલ કરેલા ટૂલ સાથે અસંગત હોઈ શકે નહીં.

36 Zinnector® 0.1.2 માં કમાન્ડ્સ.

ઇન્સ્ટોલ કરો

Node 24 અથવા તેનાથી નવા પર એક કમાન્ડ. મફત અને MIT-લક્ષ્મીકૃત; સાઇટને સ્કેફોલ્ડ કરવા અને સ્થાનિક રીતે ચલાવવા માટે કોઈપણ ખાતાની બિલકુલ જરૂર નથી.

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 ના ચેકસમ સામે ચકાસાયેલ છે. કોઈ કંપાઇલર નહીં, કોઈ વિઝ્યુઅલ સ્ટુડિયો નહીં, હાથેથી કરવાનું કંઈ નથી.

તે કામ કરે છે તેની ચકાસણી કરો — બે મિનિટ, કોઈ ખાતું નહીં

આ ક્રમમાં ચલાવો. દરેકની નીચે સફળતા કેવી દેખાય છે તે આપેલું છે, જેથી તમને ખબર પડે કે ક્યારેય કંઈક ખોટું થાય છે.

  1. ઇન્સ્ટોલ કરો

    npm install -g zinnector

    સફળતા: npm એ EBADENGINE ચેતવણી વગર સમાપ્ત થાય છે.

  2. સંસ્કરણ તપાસો

    zinnector --version

    સફળતા: એક સંસ્કરણ નંબર. ૨૪ કરતાં જૂના નોડ પર તે એક સંદેશ છાપે છે જેમાં જણાવવામાં આવે છે કે નોડ ૨૪ કે તેથી નવું જરૂરી છે, અને તેના બદલે બહાર નીકળી જાય છે.

    0.1.2
  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

    સફળતા: "માય વર્ડપ્રેસ વેબસાઇટ" શીર્ષકવાળી એક નવી 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