smbcloud-cli 0.3.38

smbCloud command line interface.
docs.rs failed to build smbcloud-cli-0.3.38
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: smbcloud-cli-0.3.26

Installation

One can install this program in different ways.

With Cargo

cargo install smbcloud-cli

Homebrew (MacOS/Linux)

brew tap smbcloudXYZ/tap
brew install cli

With NPM

npm install -g @smbcloud/cli

With PyPI

pip install smbcloud-cli

Update

Simply rerun the installation command.

Uninstall

# With cargo
cargo uninstall smbcloud-cli

# With npm
npm uninstall -g @smbcloud/cli

# With Homebrew
brew uninstall cli
brew untap smbcloudXYZ/tap

# With pip
pip uninstall smbcloud-cli

Usage

smb --help

Contribution

  • Setup your Rust tooling.
  • Clone the repo.
  • Provide the environment 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