Skip to content

Guides

This section provides practical, step-by-step guides to help you perform common tasks and explore various features of tome. Choose a guide below to learn more:

  • Tome Scripts In-Depth: Learn to create Python commands, from simple functions to those with subcommands, argument parsing, and custom output formatters.
  • Sharing your scripts: Discover how to package and distribute your Tomes using Git, local folders, or archives.
  • Testing your scripts: A guide on writing and running tests for your tome commands using pytest.
  • Migrate a shell script: Integrate your existing shell or Python scripts into the tome framework.
  • Relevant Features:
    • Vault: Discover how to securely manage secrets and use them in your commands.
    • Store: Learn how to use tome's local storage API for persistent data.