Skip to content
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

omnix-cli MVP roadmap #140

Closed
13 tasks done
srid opened this issue Jul 12, 2024 · 3 comments
Closed
13 tasks done

omnix-cli MVP roadmap #140

srid opened this issue Jul 12, 2024 · 3 comments
Labels

Comments

@srid
Copy link
Member

srid commented Jul 12, 2024

omnix-cli will be a "super CLI" for Nix of some sort. Where possible, we will expose the functionality as Rust libraries (which can be used by other clients, like omnix-gui).

To begin with, we will have omnix-cli to do two things:

Initialize flakes

om init

This should support a registry of flake templates (use our various flake-parts modules), initialize them using nix flake init as well as fill in any user-specific content using the templateGenerators idea in flake-parts/templates#7 (comment)

The goal is to have om init create flakes for any kind of stack, eventually.

See #152

Inspect flakes

Warning

To be fleshed out.

om show

On a flakified project, display a "dynamic README" of some sort that tells any product-oriented person as to how to interact with it. Eg. build the project or run it. If there are services, tell how to run these services. The 'metadata' for this should be standardized somehow. At a basic level, meta.description can be used to describe derivations (including devShells); how do we want to describe, for example, services?

Note

om show should also show a status indicator for om health (which runs https://github.com/juspay/nix-health)


Progress

@srid
Copy link
Member Author

srid commented Jul 16, 2024

Due to #154, it should be fairly straightforward to do #150, so I've added it to the MVP.

This was referenced Jul 25, 2024
@srid
Copy link
Member Author

srid commented Aug 1, 2024

We are fairly close to making a release. Needs polish, docs, and other niceties (esp. #166).

@srid srid mentioned this issue Aug 6, 2024
15 tasks
@srid
Copy link
Member Author

srid commented Aug 12, 2024

0.1.0 was released; so will close this.

https://github.com/juspay/omnix/releases/tag/0.1.0

https://omnix.page/

@srid srid closed this as completed Aug 12, 2024
@srid srid unpinned this issue Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant