draft-classic
draft-classic copied to clipboard
`draft pack create`
Enables users to scaffold a new draft pack.
This command may be extended with more subcommands in the future that help users manage a single pack but for now it will be limited to one subcommand draft pack create
This command/functionality is intended to be a default plugin installed via draft init. Organizations may want to replace this the pack command with their own logic for scaffolding and managing packs later.
draft pack create <name> should create a directory using the given name which encompasses a Dockerfile, a helm chart, and .dockerignore file