poetry-new
Verified for current stable LTS
Poetry New Command: Create New Poetry Project Flat Layout
Use for create new poetry project flat layout with Poetry New. Exact CLI syntax to create new poetry project flat layout using Poetry New.
When to use this: Use for create new poetry project flat layout with Poetry New.
Command Syntax
poetry new <path/to/directory> --flat poetry new <path/to/directory> --flat Live Command Builder
Final Command
poetry new <path/to/directory> --flat Command Breakdown
--flat- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create new poetry project flat layout using Poetry New.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Poetry New Command: Create New Poetry Project Defaults
poetry new <path/to/directory> Poetry New Command: Create New Poetry Project Interactive Config poetry new <path/to/directory> -i Poetry New Command: Create New Poetry Project Specific Author poetry new <path/to/directory> --author "<Name <email@example.com>>" Poetry New Command: Create New Poetry Project Specific Package Name poetry new <path/to/directory> --name <package_name> Poetry New Command: Create New Poetry Project Specific Readme Format poetry new <path/to/directory> --readme <md|rst|txt|...>