File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,14 +45,20 @@ The DevHub CLI provides powerful theme management capabilities for synchronizing
4545Before using theme commands, you need to initialize your environment:
4646
4747``` bash
48+ # Initialize in current directory
4849devhub theme init
50+
51+ # Initialize in a new directory
52+ devhub theme init mybrand-corporate-theme
4953```
5054
5155This command will:
5256- Create a ` .env ` file with your DevHub API credentials
5357- Generate a ` .gitignore ` file with appropriate exclusions
5458- Create a ` devhub.conf.json ` configuration file
5559
60+ When specifying a directory, the command will create the directory if it doesn't exist and initialize all configuration files within it.
61+
5662You'll be prompted to enter:
5763- ` DEVHUB_API_KEY ` - Your OAuth1 API key
5864- ` DEVHUB_API_SECRET ` - Your OAuth1 API secret
You can’t perform that action at this time.
0 commit comments