new stack scaffolding command #885

Open
opened 2024-07-23 21:12:06 +00:00 by zramsay · 0 comments
Member

e.g.,

mkdir new-stack
cd new-stack
git init
laconic-so create-stack

outputs a template stack with the correct dir structure:

README.md
stack-orchestrator/
  compose
  config
  container-build
  stack

and template files in each

e.g., ``` mkdir new-stack cd new-stack git init laconic-so create-stack ``` outputs a template stack with the correct dir structure: ``` README.md stack-orchestrator/ compose config container-build stack ``` and template files in each
zramsay changed title from new stack scaffolding to new stack scaffolding command 2024-07-23 21:12:11 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#885
No description provided.