You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --wait/--no-wait flag to job import command
Add --wait/--no-wait and --poll-interval flags to `b2c job import`.
Import waits for completion by default (preserving existing behavior);
use --no-wait to return immediately after the job starts.
Also fixes inaccurate flag documentation in b2c-job and
b2c-site-import-export skills.
Add `--wait` / `--no-wait` flag to `b2c job import` command. Import waits for completion by default (preserving existing behavior); use `--no-wait` to return immediately after the job starts. Also adds `--poll-interval` flag for controlling poll frequency.
0 commit comments