Examples

Ready-to-use examples to help you get started with Shelly CLI. Browse by category or check out the examples directory on GitHub.

Categories

  • Aliases - Pre-built command shortcuts for common workflows
  • Configuration - Configuration file examples from minimal to full
  • Scripts - Shell scripts for automation and batch operations
  • Plugins - Example plugin implementations
  • Deployments - Docker and Kubernetes deployment examples

Quick Start

1
2
3
4
5
# Import example aliases
shelly alias import examples/aliases/shortcuts.yaml

# Use an example config
cp examples/config/minimal.yaml ~/.config/shelly/config.yaml