Skip to main content

customize apply

The customize apply command allows you to apply JavaScript/CSS customization to a Kintone app from a manifest file.

This feature is under early development.

Example

cli-kintone customize apply \
--base-url https://${yourDomain} \
--app ${appId} \
--username ${username} \
--password ${password} \
--input customize-manifest.json

Options

See Options page for common options.

OptionRequiredDescription
--appYesThe ID of the app
--inputYesPath to the manifest file
--yesSkip confirmation

Notes

  • File paths in the manifest are resolved relative to the manifest file location.
  • Both local files and URLs (e.g., CDN) can be specified in the manifest.