poetry new <path>
Creates a new Python project at <path>
Arguments
Name | Description |
---|
path | The path to create the project at |
Options
Name | Description |
---|
-h, --help | Display help information |
-v, --verbose | Increase the verbosity of messages |
-vv | More verbose output |
-vvv | Debug output |
-V, --version | Display this application version |
--ansi | Force ANSI output |
--no-ansi | Disable ANSI output |
-n, --no-interaction | Do not ask any interactive question |
--no-plugins | Disables plugins |
--no-cache | Disables poetry source caches |
--directory <directory> | The working directory for the poetry command |
-q, --quiet | Do not output any message |
--name | Set the resulting package name |
--src | Use the src layout for the project |
--readme | Specify the readme file format. One of md (default) or rst |