We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a new foundation with collie; i.e. collie foundation new, I can currently add one of aws, azure or gcp as a platform.
collie foundation new
I want to have another option, "custom", to be able to add any platform in a foundation.
As a first version, the generated README.md would simply contain
--- id: <id> name: <name> type: <my-custom-platform> --- # <name> This is a custom platform.
The text was updated successfully, but these errors were encountered:
closed via #293
Sorry, something went wrong.
No branches or pull requests
When creating a new foundation with collie; i.e.
collie foundation new
, I can currently add one of aws, azure or gcp as a platform.I want to have another option, "custom", to be able to add any platform in a foundation.
As a first version, the generated README.md would simply contain
The text was updated successfully, but these errors were encountered: