-
-
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
Expands README's Commands table into one section per command —
--help-level detail plus examples and links to the relevant config.
- Command table (reproduced from README, each row linking to an anchor on this page)
wip init [--force] [--template NAME]wip version-
wip doctor(the individual checks are detailed on Troubleshooting, linked from here) -
wip config(masked key patterns: token/password/secret/credential/auth) wip build [--no-cache] [-- OPTIONS]-
wip up [-d] [--no-sync] [--no-cache] [--watch] [--interval N]-
--watchin detail (poll interval, why-dbecomes implicit, which modes don't support it)
-
-
wip stopvs.wip down(stop only vs. stop-and-remove) wip exec [--no-interactive] COMMAND...-
wip run [--no-interactive] COMMAND...(theexecfallback behavior under compose mode) wip shell-
wip logs [-f] [SERVICE...](compose modes only; compose-native caps at one service) wip sync [-w] [--interval N]-
wip NAME ARGS...(runninginteraction:entries; name collisions with built-ins resolved viawip dispatch NAME) - TTY allocation rules (how config, the CLI flag, and real-TTY detection combine)
- Debugging options
-
--debug/WIP_DEBUG=1sample output - Resource snapshots (load average, memory, disk I/O, top CPU consumers)
-
--debug-log=-vs.--debug-log=PATH - Reading "looks stuck but CPU/IO is low" as bind-mount stat/open overhead
-
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