-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
feat: add plugin install #142
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/hamlet/hamlet-docs/7eFyW6jge9RhiGztkhTb8ceQR9GL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When looking at layers I don't get comparable results. I get
$ hamlet --account mswdev02 layer list-layers
| Name | Id | Type | Active |
|--------|----------------|-------------|----------|
| None | alm | Environment | None |
| None | shared | Environment | None |
| None | dev | Environment | None |
| None | alpha | Environment | None |
| None | beta | Environment | None |
| None | int | Environment | None |
| None | aat | Environment | None |
| None | uat | Environment | None |
| None | system | Environment | None |
| None | preprod | Environment | None |
| None | stg | Environment | None |
| None | prod | Environment | None |
| None | trn | Environment | None |
| None | ap-southeast-2 | Region | None |
This may be that I have the wrong context (as I found that unclear as to whether it was the segment context or the account context), so something else. I was using current unicycle 14 Dec)
Thanks @ken9ross Can you update to the latest unicycle release and see if it works? I've just tested on the latest version and it seems to be working fine. I think some of the engine Pull requests hadn't caught up. |
@roleyfoley I got the correct results when in the segment directory. I also ran it in the root of the cmdb for a product (
|
Intent of Change
Description
Adds an initial how-to guide for installing plugins into a CMDB
Motivation and Context
Makes it easier to understand how plugins work and what they can do
How Has This Been Tested?
Tested locally
Related Changes
Prerequisite PRs:
Dependent PRs:
Consumer Actions: