# Helpful CLI commands
# Console
yarn strapi console
This will allow you to interact with the Strapi JSON object.
# Generate
yarn strapi generate api
yarn strapi generate controller
yarn strapi generate content-type
yarn strapi generate plugin
yarn strapi generate policy
yarn strapi generate middleware
yarn strapi generate service