From 289769e8166ce368bf5c87667006aa0eb3c4fb2a Mon Sep 17 00:00:00 2001 From: Choonho Son Date: Tue, 6 Feb 2024 23:17:03 +0900 Subject: [PATCH] Add Step 4. Plugin Development Basic Signed-off-by: Choonho Son --- mentorship/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mentorship/README.md b/mentorship/README.md index c6457ac..ea9b426 100644 --- a/mentorship/README.md +++ b/mentorship/README.md @@ -39,7 +39,15 @@ Cloudforet provides mentorship program in LFX platform. ## Step 4. Plugin Development Basic -* Creating a Hello World Plugin +* Install CloudCoret + * Create User + * Create API Token + * Understand spacectl CLI tool +* Enable cost-analysis plugin + * Register plugin + * Enable plugin + * Sync cost-analysis data +* https://github.com/orgs/cloudforet-io/discussions/139 ## Step 5. Real-World Plugin Project (Part 1)