1. freight-init(1)
  2. Freight
  3. freight-init(1)

NAME

freight-init - initialize a Freight directory

SYNOPSIS

freight init [-l varlib] [--cache varcache] -g gpg dirname

DESCRIPTION

freight-init will setup a directory to be used by Freight. It will generate small wrappers around the original Freight commands. Use ./freight-add and ./freight-cache to work against the VARLIB and VARCACHE given to freight init.

The benefit of using freight-init is, that all data is stored in one place and dont have to pass -c _conf_ option all the time.

Configuration is stored in _dirname_/.freight.conf.

OPTIONS

-g gpg, --gpg=gpg`
GPG key. May be given multiple times.
-l varlib, --varlib=varlib_
VARLIB directory to use. Defaults todirname_/lib`
--varcache=varcache_
VARCACHE directory to use. Defaults todirname_/cache`
-v, --verbose
Verbose mode.
-h, --help
Show a help message.

FILES

/etc/freight.conf, ~/.freight.conf, etc/freight.conf, .freight.conf
The default configuration files. See freight(5).

THEME SONG

The New Pornographers - "All the Old Showstoppers"

AUTHOR

Jens Braeuer braeuer.jens@googlemail.com

SEE ALSO

Part of freight(1).

  1. March 2016
  2. freight-init(1)