Skip to content

CLI Command Reference

Yusuke Abe edited this page Aug 10, 2026 · 3 revisions

CLI Command Reference

README の Commands 表を、各コマンド1セクションに展開したページ。--help 相当の情報 + 実例 + 関連設定へのリンクを持つ。

Outline

  • コマンド一覧表(README から転載、各行を本ページ内アンカーへリンク)
  • wip init [--force] [--template NAME]
  • wip version
  • wip doctordoctor の各チェック項目一覧はTroubleshootingページ側で詳述しリンク)
  • wip config(マスクされるキーのパターン: token/password/secret/credential/auth)
  • wip build [--no-cache] [-- OPTIONS]
  • wip up [-d] [--no-sync] [--no-cache] [--watch] [--interval N]
    • --watch の詳細(ポーリング間隔、-dが暗黙になる理由、対応していないモード)
  • wip stop / wip down の違い(停止のみ vs 削除まで)
  • wip exec [--no-interactive] COMMAND...
  • wip run [--no-interactive] COMMAND...(compose modeでのexecフォールバック挙動)
  • wip shell
  • wip logs [-f] [SERVICE...](compose系モード限定、compose-nativeは単一サービスまで)
  • wip sync [-w] [--interval N]
  • wip NAME ARGS...interaction:実行、built-inコマンドとの名前衝突時は wip dispatch NAME
  • TTYアロケーションの決定ルール(config / CLIオプション / 実TTY判定の組み合わせ)
  • デバッグオプション
    • --debug / WIP_DEBUG=1 の出力例
    • リソーススナップショット(load average, memory, disk I/O, top CPU process)
    • --debug-log=- / --debug-log=PATH の使い分け
    • 「stuck に見えるがCPU/IOが低い」=bind mountのstat/openコストである、という読み方のヒント

Clone this wiki locally