# @chakra-ui/cli Generate TypeScript types to provide autocomplete for your custom theme. ## Usage ```sh npx @chakra-ui/cli tokens ``` or ```sh npx @chakra-ui/cli tokens <@your-org/chakra-theme-package> ``` ```sh $ npx @chakra-ui/cli tokens --help Usage: chakra-cli tokens [options] Options: --out output file e.g. node_modules/@chakra-ui/styled-system/dist/declarations/src/theming.types.d.ts --strict-component-types Generate strict types for props variant and size --strict-token-types Generate strict types for theme tokens (e.g. color, spacing) --no-format Disable auto formatting --watch [path] Watch directory for changes and rebuild --template