init Command
The shipfe init command is used to initialize project configuration.
Purpose
- Generate
shipfe.config.jsonconfiguration file in the current directory - Provide a basic configuration template
Usage
bash
shipfe initGenerated Files
shipfe.config.json: Deployment configuration file
Example
bash
cd your-project
shipfe initThis will create a basic shipfe.config.json file that you need to edit according to your project requirements.