@frontify/frontify-cli
Advanced tools
[](https://github.com/Frontify/frontify-cli/actions/workflows/continuous-integration.yml)
Weekly downloads
Readme
npm install -g @frontify/frontify-cli
# Or
yarn global add @frontify/frontify-cli
npx @frontify/frontify-cli block create <app name>
The content block name needs to be lowercase, spaces are not allowed but you can use an underscore instead.
Example: my_custom_content_block
frontify-cli block serve
Params:
Parameters | Description | Type | Default Value |
---|---|---|---|
contentBlockPath | Directory of the block | string | Current dir |
entryPath | Path to the entry file | string | src/index.tsx |
settingsPath | Path to the settings file | string | src/settings.ts |
port | Port for the local web server | string | 5600 |
frontify-cli block deploy --instance=<Frontify URL>
The Frontify URL represent your instance URL.
Example: weare.frontify.com
or https://weare.frontify.com
frontify-cli login --instance=<Frontify URL>
The Frontify URL represent your instance URL.
Example: weare.frontify.com
or https://weare.frontify.com
frontify-cli logout
macOS: ~/Library/Preferences/frontify-cli-nodejs
[](https://github.com/Frontify/frontify-cli/actions/workflows/continuous-integration.yml)
The npm package @frontify/frontify-cli receives a total of 11 weekly downloads. As such, @frontify/frontify-cli popularity was classified as not popular.
We found that @frontify/frontify-cli demonstrated a healthy version release cadence and project activity. It has 3 open source maintainers collaborating on the project.