cdno init
Create a new vault: the folder tree, a default .cuaderno/config.toml, and a starter daily.md template (every other type uses an in-binary default until you eject one).
cdno init [OPTIONS] [PATH]
Arguments
| Argument | Description |
|---|---|
[PATH] | Target directory. Defaults to the current working directory. |
Options
Only the global options apply. init ignores --json.
Examples
# Create a vault in a new directory:
cdno init ~/notebook
# Initialise the current directory as a vault:
cdno init
It fails if the target already contains a .cuaderno/ directory (it won’t clobber an existing
vault).
See also
- Initialise a vault — what the tree contains and how discovery works.
- Vault structure.