No description
Find a file
2023-11-04 23:08:07 -04:00
.helix Comment out config for now 2023-10-31 22:41:18 -04:00
src fix: print module context as json 2023-10-27 22:30:10 -04:00
templates fix: print module context as json 2023-10-27 22:30:10 -04:00
.gitignore Ignore the .sccache dir just in case 2023-10-15 14:33:47 -04:00
.gitlab-ci.yml Include the cargo build pipeline 2023-10-14 20:01:08 -04:00
Cargo.lock Release ublue-rs v0.2.2 2023-11-04 20:49:44 +00:00
Cargo.toml Release ublue-rs v0.2.2 2023-11-04 20:49:44 +00:00
CHANGELOG.md Update changelog for release 2023-11-04 20:48:45 +00:00
LICENSE Add LICENSE 2023-10-01 20:57:24 +00:00
README.md docs: Update README, checking off a feature 2023-11-04 16:27:35 -04:00
rust-toolchain.toml chore: Add rust-toolchain.toml 2023-11-04 23:08:07 -04:00

Ublue CLI

This is my personal project trying to create a more conise version of the starting point repo all condensed into a single Rust based CLI tool.

Installation

Right now the only way to install this tool is to use cargo.

cargo install --locked ublue-rs

Legacy Starting Point

If you want to install the tool for use with the legacy setup of the starting point template, you can install it with:

cargo install --locked --features legacy --no-default-features ublue-rs

How to use

Once you have the CLI tool installed, you can run the following to pull in your recipe file to generate a Containerfile.

ublue template -o <CONTAINERFILE> <RECIPE_FILE>

You can then use this with podman to build and publish your image. Further options can be viewed by running ublue --help

Future Features

  • Update to the most recent stable style of the starting point template
  • Setup pipeline automation for publishing
  • Create an init command to create a repo for you to start out
  • Setup the project to allow installing with binstall
  • Create an install script for easy install for users without cargo