Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

`draft pack create` #488

Open michelleN opened 6 years ago

michelleN commented 6 years ago

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.

michelleN commented 6 years ago

draft pack create <name> should create a directory using the given name which encompasses a Dockerfile, a helm chart, and .dockerignore file