stack-spot / stackspot-roadmap

2 stars 0 forks source link

Stack and Starter creation and configuration via the CLI #70

Open MarianaPacheco1 opened 7 months ago

MarianaPacheco1 commented 7 months ago

Description

Upon completing this user story, content creators will have the ability to create and configure their stacks and starters through the CLI.

Intended Result

The successful implementation of this user story will benefit content creators by being able to create and configure stacks and starters through the CLI and not just through the portal as it works today. With this, we seek to cover the needs of customers who prefer to create their content through lines of code, thus providing an experience where both product channels have the same functionalities.

How will it work

When entering the stk create stack command, files will be generated in the content creator's local directory. Among these generated files we will have the stack yaml, starter yaml, and documentation files, so the content creator can edit these files according to their characteristics. Once all files are configured, the content creator inserts the stk publish stack command into the CLI and his stack and starters will be published.

Preview Feature

stack/starters/java-microservice/starter.yaml

Image

stack/stack.yaml (COMPLETO)

Image

Publicar Stack/Starter

Image