chalk
chalk copied to clipboard
Chalk allows you to follow code from development, through builds and into production.
## Example Run with latest chalk release (v0.3.3) or commit (cf9ebf8476bf3e3a2399512673e2ccc12dbb8aeb): ``` chalk help insert --no-color ``` ## Expected behavior Prints the help for `insert` without color, which is what...
We currently aim to release chalk for: - Linux arm64 - Linux x86_64 - macOS arm64 - macOS x86_64 However, in this repo we currently only test Linux x86_64 builds....
github docker push action now by default enables provenance builds `--provenance` flag in `docker buildx build` command: https://docs.docker.com/build/attestations/slsa-provenance/ How it works is that instead of building a an image manifest...
## Description At some window and font size combinations, the formatting may be broken: - at the end of a table header - at the beginning and end of a...
running chalk with the config: ``` default_command: "docker" ``` and then aliasing `chalk` to `docker` so that docker is always run via chalk will break multiple docker commands that chalk...
## Description There are 2 ways to build an image in docker: * ``` docker build ... ``` * ``` container=$(docker run ...) # do stuff in container docker stop...
## Example Run chalk with an invalid command name, such as: ```shell chalk inserrt my_artifact ``` ## Expected behavior Produce an error, saying that `inserrt` is not a valid command...
## Description `chalk help load` works as expected: ```console $ chalk help load load command Load a new configuration into the chalk binary ... ``` However, `chalk load --help` produces...
## Description Chalk may output a table with a green title, which is center-aligned. However, for `chalk help configs`, there is information under the table titles, which is also center-aligned....
## Description These commands output the same thing: - `chalk` - `chalk help` - `chalk --help` - `chalk help --help` But the output of `chalk help help` outputs the same...