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

Stabilize twoliter CLI, deprecate twoliter make #360

Open
cbgbt opened this issue Sep 5, 2024 · 0 comments
Open

Stabilize twoliter CLI, deprecate twoliter make #360

cbgbt opened this issue Sep 5, 2024 · 0 comments

Comments

@cbgbt
Copy link
Contributor

cbgbt commented Sep 5, 2024

Twoliter has stabilized its core build functionality behind a CLI that should treat as semantically stable (twoliter build, twoliter update, twoliter publish, twoliter fetch).

On the other hand, many build system features still lean on the legacy "cargo-make" interface exposed via twoliter make.

This issue is meant to track the stabilization of these commands behind CLI interfaces. Eventually, we should drop twoliter make after we feel that the relevant behaviors are properly exposed.

To get a sense of which interfaces should be considered for extraction, you can look at the Makefile in bottlerocket-os/bottlerocket. Any task of the following form will need attention:

[tasks.TASK_NAME]
run_task = "run-twoliter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant