Command Line Interface

honda

honda is a conda compatible package manager. It is primarily meant for learning and fun.

Please use conda if you actually want to get some work done!

honda [OPTIONS] COMMAND [ARGS]...

Options

--version

prints the version of program

clean

Cleans up unused packages

honda clean [OPTIONS]

compare

Compares two conda environments with each other

honda compare [OPTIONS]

config

Set and show configuration options

honda config [OPTIONS]

create

Create a new conda environment

honda create [OPTIONS]

Options

-x, --no-cache
-c, --channel <channels>

info

Print information about the current environment

honda info [OPTIONS]

init

Initializes conda for your shell

honda init [OPTIONS]

install

Installs packages to the specified environment (defaults to ‘base’)

honda install [OPTIONS]

list

Lists all packages in a single environment

honda list [OPTIONS]

remove

Removes an environment

honda remove [OPTIONS]

repo

Download the most recent version of repo data

honda repo [OPTIONS]

Options

-c, --channel <channel>

Override default channels with ones specified here

update

Update packages

honda update [OPTIONS]