dmno init
dmno init is the easiest way to get started with DMNO.
It will automatically detect your project type and install the necessary packages and configuration for you. This includes setting up your config.mts file, and creating a .dmno directory in the root of your project. It will also import any config items from your .env files and add them to the schema in your config.mts files. Finally, it will install and configure any necessary integrations for your project type.
Reference
Description: Sets up dmno in your repo, and can help add to new packages within your monorepo - safe to run multiple times
Options
--silentautomatically select defaults and do not prompt for any input
Example(s)
# Set up dmno and uses interactive menus to make selectionsdmno init