-
Notifications
You must be signed in to change notification settings - Fork 5
init
Aditya Kumar edited this page Sep 18, 2020
·
2 revisions
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>
# Declare the current directory as cpcli project
cpcli init .
# Create a new directory with project name
cpcli init <project-name>