biwa run
- Usage:
biwa run [FLAGS] <COMMAND> [COMMAND_ARGS]… - Aliases:
r
Run commands on remote host
Arguments
<COMMAND>
The command to run
[COMMAND_ARGS]…
The arguments for the command
Flags
--skip-sync
Skip automatic synchronization before running the command (automatically set if --remote-dir is used)
--sync
Force automatic synchronization before running the command
--sync-root <SYNC_ROOT>
Base directory to start the synchronization from. Overrides the current working directory
-d --remote-dir <REMOTE_DIR>
Override the remote project directory path. Bypasses the default remote_root + project name
-f --force
Force synchronization of all files, ignoring incremental hash checks
-e --exclude… <EXCLUDE>
Exclude files matching these paths or globs
-i --include… <INCLUDE>
Only synchronize files matching these paths or globs
--env… <ENV_VARS>
Send environment variables to the remote process. Supports NAME, NAME=value, wildcard patterns like NODE_*, and exclusions like !*PATH