Skip to content
Aditya Kumar edited this page Sep 18, 2020 · 2 revisions

init

Usage

usage: cpcli init [-h] [-p PROJECT_PATH] ProjectName

positional arguments:
  ProjectName           Name of the cp-cli project where all the files are
                        stored. In case, you want to keep your current
                        directory as project root - Specify the name as '.'

optional arguments:
  -h, --help            show this help message and exit
  -p PROJECT_PATH, --project-path PROJECT_PATH
                        Path to the project directory, if not specified it is
                        taken as ./<project-name>

Examples

# Declare the current directory as cpcli project
cpcli init .

# Create a new directory with project name
cpcli init <project-name> 
Clone this wiki locally