Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 685 Bytes

marmot-init.1.md

File metadata and controls

40 lines (24 loc) · 685 Bytes

NAME

marmot init - Initialize a meta repo

SYNOPSIS

marmot init [--help]
marmot init

DESCRIPTION

Initialize a blank Meta Repo in the configured directory, if none is already present.

OPTIONS

  • --help
    Show help

ENVIRONMENT VARIABLES

  • MARMOT_META_REPO
    Path in which to create the Meta Repo (default: $HOME/meta)

FILES

  • $MARMOT_META_REPO/.marmot/meta-repo.json
    Blank metadata with no registered repositories or categories

EXIT STATUS

  • 0
    Success

  • 1+
    Invalid command, command failure, or meta repo already exists

SEE ALSO

marmot(1), marmot(7)