tfct

Crates.iotfct
lib.rstfct
version0.4.1
sourcesrc
created_at2023-10-27 01:54:16.832984
updated_at2024-04-17 16:39:17.215135
descriptionA tool to help manage a toolset that helps manage your deployments
homepagehttps://tfc-toolset.rs
repositoryhttps://github.com/06chaynes/tfc-toolset.git
max_upload_size
id1015477
size213,051
Christian Haynes (06chaynes)

documentation

README

tfct

CI Crates.io Crates.io

A tool to help manage a toolset that helps manage your deployments

Minimum Supported Rust Version (MSRV)

1.71.1

Install

You can find the latest binaries for Linux, macOS, and Windows on the releases page.

Via Homebrew

brew install 06chaynes/homebrew-tfct/tfct

Via Cargo

cargo install tfct

Via Shell Script

Where <version> is the version you want to install, e.g. v0.1.0.

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/06chaynes/tfc-toolset/releases/download/tfct/<version>/tfct-installer.sh | sh

Via Powershell Script

Where <version> is the version you want to install, e.g. v0.1.0.

irm https://github.com/06chaynes/tfc-toolset/releases/download/tfct/<version>/tfct-installer.ps1 | iex

Documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 185

cargo fmt