Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/storefront/themes/theme-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ On success, `ntk init` logs the new theme ID and name, and persists the theme ID
To sync files between your local directory and the store, use `ntk push` to upload and `ntk pull` to download. Both upload or download the whole theme by default, and both accept file paths as positional arguments to limit the operation to specific files.

<Callout type="info">
File paths are relative to the theme root. `ntk push` only uploads files inside the theme directories (`assets`, `checkout`, `configs`, `layouts`, `locales`, `partials`, `sass`, `templates`) with valid theme file extensions — a path outside of them is skipped silently, not reported as an error.
File paths are relative to the theme root. `ntk push` only uploads files inside the theme directories (`assets`, `configs`, `layouts`, `locales`, `partials`, `sass`, `templates`) with valid theme file extensions. A path outside those directories is skipped silently. `ntk pull` downloads the `checkout` directory, but `ntk push` skips it because the store does not accept checkout uploads.
</Callout>

<Tabs items={['Push a single file', 'Push a subset of files', 'Pull a single file', 'Pull a subset of files']}>
Expand Down