Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

More enhancement for Riofile #355

Closed
StrongMonkey opened this issue Aug 5, 2019 · 2 comments
Closed

More enhancement for Riofile #355

StrongMonkey opened this issue Aug 5, 2019 · 2 comments
Assignees
Labels
enhancement New enhancement to an existing feature or request to enhance a feature
Milestone

Comments

@StrongMonkey
Copy link
Contributor

  • Add rio stack in CLI. Stack will be the API backend support what Riofile defines. Should be able to do edit, inspect and rm on stacks.
  • rio edit should support Riofile format.
  • rio export should support Riofile format.
@StrongMonkey StrongMonkey added the enhancement New enhancement to an existing feature or request to enhance a feature label Aug 5, 2019
@StrongMonkey StrongMonkey self-assigned this Aug 5, 2019
@StrongMonkey StrongMonkey changed the title More enhancemen for Riofile More enhancement for Riofile Aug 5, 2019
@StrongMonkey StrongMonkey added this to the v0.4.0 milestone Aug 13, 2019
@StrongMonkey
Copy link
Contributor Author

Available to test in v0.4.0-rc1:
Introducing Stack concept: Stack represents one Riofile.
To create a stack, run rio up.(currently Directory should have Riofile)
To create a stack based on a specific file, run rio up -f $file
To create a stack based on a remote file, run rio up -f http:/file
To create a stack to watch a git repo, run rio up https://git-repo.git. (Push any changes to this repo, it should automatically watch and refresh)

rio edit will have the pretty edit format by default.
rio export will have both pretty and raw k8s format. Use --stack to switch.

@tfiduccia
Copy link
Contributor

Version - v0.4.0-rc2
Verified all three formats for up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New enhancement to an existing feature or request to enhance a feature
Projects
None yet
Development

No branches or pull requests

2 participants