-
-
Notifications
You must be signed in to change notification settings - Fork 1
CLI Command Reference
Yusuke Abe edited this page Aug 10, 2026
·
3 revisions
README の Commands 表を、各コマンド1セクションに展開したページ。
--help相当の情報 + 実例 + 関連設定へのリンクを持つ。
- コマンド一覧表(README から転載、各行を本ページ内アンカーへリンク)
wip init [--force] [--template NAME]wip version-
wip doctor(doctor の各チェック項目一覧は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コストである、という読み方のヒント
-
Introduction
Modes
Configuration
- Configuration Reference
- Config File Discovery
- Dependencies
- Networking
- Interactions
- Restart Policies
- Env Files
- Secret Masking
- Dockerignore
- Shadow Build Context
- Source Sync
- Sync Modes
compose.yml support
- Compose File Support
- Compose Build
- Compose Depends On
- Compose Profiles
- Compose Variable Interpolation
Commands
- CLI Command Reference
- wip init
- wip version
- wip doctor
- wip config
- wip build
- wip up
- wip stop
- wip down
- wip exec
- wip run
- wip shell
- wip logs
- wip sync
- wip dispatch
- Global Options
- Debug Output
- TTY Allocation
Guides
- Guides
- Migrating from dip
- Reusing an Existing compose.yml
- Fixing a Slow Boot
- Continuous Sync
- Auto Restarting Containers
- Multi Arch Images
- Using wip in CI
Troubleshooting
- Troubleshooting & FAQ
- FAQ
- Configuration Errors
- WSLC Not Found
- Registry Authentication
- Architecture Mismatch
- Volume Limit Reached
- rsync Not Found
- Reporting Issues
Comparison
Project