Skip to content

init Command

The shipfe init command is used to initialize project configuration.

Purpose

  • Generate shipfe.config.json configuration file in the current directory
  • Provide a basic configuration template

Usage

bash
shipfe init

Generated Files

  • shipfe.config.json: Deployment configuration file

Example

bash
cd your-project
shipfe init

This will create a basic shipfe.config.json file that you need to edit according to your project requirements.