# benchweave-sdk sync-standards


Import a standards bundle into the SDK's vendored tree and lock.


``` bash
benchweave-sdk sync-standards [OPTIONS] [BUNDLE]
```


With `--check` and no bundle, verify the committed lock and vendored tree alone; no main-project export is read. An installed SDK (no repository checkout) supports only that `--check` form, against its packaged lock.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave-sdk sync-standards [OPTIONS] [BUNDLE]

      Import a standards bundle into the SDK's vendored tree and lock.

      With --check and no bundle, verify the committed lock and vendored tree
      alone; no main-project export is read. An installed SDK (no repository
      checkout) supports only that --check form, against its packaged lock.

    Options:
      --check  Verify the vendored tree only
      --help   Show this message and exit.


# Arguments


`BUNDLE: PATH`  
Optional.


# Options


`--check`  
Verify the vendored tree only
