smbpndk-cli

Crates.iosmbpndk-cli
lib.rssmbpndk-cli
version0.3.7
sourcesrc
created_at2023-02-03 21:01:18.596927
updated_at2023-09-13 18:57:11.442443
descriptionCommand line tool for creating and managing SmbPndk resources.
homepage
repositoryhttps://github.com/smbpndk/smbpndk-cli
max_upload_size
id775936
size106,985
SmbPndk (smbpndk)

documentation

https://docs.smbpndk.com/cli

README

smbpndk-cli

This is a CLI program to access SmbPndk.

Installation

One can install this program in different ways.

With Cargo

cargo install smbpndk-cli

Homebrew (MacOS/Linux)

brew tap smbpndk/tap
brew install cli

With NPM

npm i -g @smbpndk/cli

Update

Simply rerun the installation command.

Uninstall


# With cargo
cargo uninstall smbpndk-cli

# With npm
npm uninstall -g @smbpndk/cli

# With Homebrew
brew untap smbpndk/tap 
brew uninstall smbpndk/tap/cli

Usage:

smb --help

Contribution

  • Setup your Rust tooling.
  • Clone the repo.
  • Provide the environement variables in the .env.local.
  • Run cargo run.

Credits

This repo is inspired by Sugar.

This repo tries to follow the 12 factor CLI app principles by Heroku team.

NPM support guide by orhun.dev.

Licence

MIT.

Commit count: 221

cargo fmt