Config Profile Init
Initializes a new config profile in Didact's config file.
bash
didact config profile init <PROFILE_NAME><PROFILE_NAME>(string): The name of the new config profile.
Examples
Initialize a new config profile named production.
bash
didact config profile init production