Core Commands

Core commands are the ones built into Zet. You can't change them or remove them. They are the ones which are listed when running zet --help.

zet init

zet init initializes a new notebooks collection in a current directory. It creates initial .zet/zet.toml configuration file.

Without arguments, zet init will create a new notebook and initialize zet.toml with data about it. You can change the defaults by passing to zet init a path and a name.

zet commands

zet commands prints all installed subcommands, together with a short description of each one (if available).

zet api

Run plumbing, easy to parse API commands which provide other subcommands a common interface to access and compute Zet implementation details. See the chapter about API.

zet env

Print environment which will be passed to subcommands. It is used mostly for debugging purposes.