salt-key
Manage salt minion keys on the salt master.Needs to be run on the salt master, likely as root or with sudo.
salt-call
Invoke salt locally on a salt minion.
sails
A realtime enterprise level MVC framework built on top of Node.js.
safe
Interact with HashiCorp Vault.
s3cmd
Command line tool and client for uploading, retrieving and managing data in S3 compatible object storage.
s
Web search from the terminal.
rvm
Easily installing, managing, and working with multiple ruby environments.
rustup
Install, manage, and update Rust toolchains.Some subcommands, such as toolchain, target, update, etc. have their own usage documentation.
toolchain
target
update
rustup-which
Display which binary will be run for a command managed by rustup.Like which, but searches a Rust toolchain instead of $PATH.
which
$PATH
rustup-update
Update Rust toolchains and rustup itself (if not installed using a package manager).
rustup-toolchain
Manage Rust toolchains.See rustup help toolchain for more information about toolchains.
rustup help toolchain
rustup-target
Modify a toolchain's supported targets.Without the --toolchain option rustup will use the default toolchain. See rustup help toolchain for more information about toolchains.
--toolchain
rustup-show
Show installed toolchains, targets and the version of rustc.
rustc
rustup-set
Alter rustup settings.
rustup-self
Modify the rustup installation.
rustup-run
Run a command with an environment configured for a Rust toolchain.Note: all commands managed by rustup have a shorthand for this: for example, cargo +nightly build is equivalent to rustup run nightly cargo build.
cargo +nightly build
rustup run nightly cargo build
rustup-override
Modify directory toolchain overrides.See rustup help toolchain for more information about toolchains.
rustup-man
View the man page for a command managed by rustup.
rustup-install
Install or update Rust toolchains.This command is an alias of rustup update, but can only install/update one toolchain at a time.
rustup update
rustup-init.sh
Script to install rustup and the Rust toolchain.