Zinnector® CLI

--help에서 바로 확인하는 모든 명령어

Zinnector® 0.1.2는 Node만 설치된 상태에서 사용자의 로컬 머신에 WordPress 사이트를 구축하고, 배포하려는 호스팅 슬롯과 비교하여 검증한 후 푸시합니다. 이 페이지는 CLI의 자체 명령 정의(zinnector --help가 출력하는 것과 동일한 개체)로부터 생성되므로, 설치된 도구와 내용이 다를 수 없습니다.

Zinnector® 0.1.2에 36개의 명령어가 있습니다.

설치하기

Node 24 버전 이상에서 단 한 번의 명령어로 실행할 수 있습니다. 무료이며 MIT 라이선스가 적용됩니다. 사이트를 로컬 환경에서 구축하고 실행하는 데 계정이 전혀 필요하지 않습니다.

npm install -g zinnector

Node {node} 이상

node --version을 실행하세요. v24 이상이 출력되어야 합니다. nodejs.org에서 최신 LTS 버전을 설치하세요. Windows의 경우 winget install OpenJS.NodeJS.LTS를 실행하고, macOS의 경우 brew install node@24를 실행하세요.

EBADENGINE 오류를 보셨나요?

npm에서 현재 사용 중인 Node 버전이 24보다 낮다고 알려주는 것입니다. 설치는 정상적으로 완료되지만, CLI가 실행을 거부하며 관련 메시지를 표시합니다. Node를 업그레이드하고 다시 설치하십시오.

Node 26 이상을 사용 중이신가요?

CLI는 정상적으로 실행됩니다. 다운로드하는 WordPress 런타임에는 Node 24 및 25용 사전 빌드된 바이너리가 포함된 네이티브 모듈만 있으므로, 처음 사용할 때 Zinnector®는 런타임 전용으로 Node 24(약 30MB, nodejs.org의 체크섬으로 검증됨)도 가져옵니다. 컴파일러도, Visual Studio도, 수동으로 해야 할 일도 없습니다.

동작 테스트 — 2분 소요, 계정 불필요

순서대로 실행하십시오. 각 항목 아래에는 성공적인 결과의 모습이 제시되어 있으므로, 문제가 발생한 순간을 바로 파악할 수 있습니다.

  1. 설치하기

    npm install -g zinnector

    성공: npm이 EBADENGINE 경고 없이 완료됩니다.

  2. 버전 확인

    zinnector --version

    성공: 버전 번호. 24 버전 미만의 Node에서는 Node 24 이상이 필요하다는 메시지를 출력하고 종료합니다.

    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 런타임을 다운로드할지 한 번 묻습니다(약 570MB, 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® 호스팅의 사이트가 필요합니다.

워크플로우: 생성, 개발, 연결, 확인, 푸시

빈 상태에서 라이브 사이트까지 단 6개의 명령어면 충분합니다. 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개의 명령입니다. "캡처됨"으로 표시된 출력은 이 버전의 실제 실행에서 붙여넣은 것이며, 나머지는 명령이 인쇄하는 정확한 형태를 예시 값과 함께 보여줍니다. 사용자의 도메인, ID 및 수치는 다를 수 있습니다.

모든 명령어보다 먼저 적용되는 전역 옵션:

옵션작동 방식
-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`.

계속 읽기

지식 베이스 가이드

시작하기 · 로컬 개발 · 배포 중 · 문제 해결

퍼블릭 API 기반 구축

API 참조 · Zinnector®의 장점

설치하고 지금 바로 사이트를 실행하세요

무료이며, MIT 라이선스가 적용되고, 모든 명령어는 공개 API의 문서화된 작업입니다. 여기서는 API가 할 수 없는 작업을 수행할 수 없습니다.

npm install -g zinnector