Skip to content

docs: add history and rollback examples - #213

Open
LouisDeconinck wants to merge 1 commit into
getsotto:mainfrom
LouisDeconinck:docs/history-rollback-help-186
Open

docs: add history and rollback examples#213
LouisDeconinck wants to merge 1 commit into
getsotto:mainfrom
LouisDeconinck:docs/history-rollback-help-186

Conversation

@LouisDeconinck

Copy link
Copy Markdown
Contributor

Summary

Add worked examples and concise guidance to history --help and rollback --help, including version selection and pushing a rollback.

Checks

  • git diff --check
  • cargo fmt --all --check and cargo test -p sotto-cli could not run locally because Cargo is not installed

Closes #186

@github-actions

Copy link
Copy Markdown

Thanks for your first pull request to Sotto, and welcome.

Two things that trip up newcomers:

  • Every commit needs a Signed-off-by line under the Developer Certificate of Origin - PRs with unsigned commits cannot be merged. Sign off with git commit -s; if your branch already has unsigned commits, run git rebase --signoff main and push again.
  • Please run cargo fmt --all --check and cargo clippy --workspace --all-targets -- -D warnings before pushing, and add tests for new behaviour (cargo test --workspace runs the suite).

The full guide is in CONTRIBUTING.md - a maintainer will review shortly.

Signed-off-by: Louis Deconinck <louis.dck@gmail.com>
@LouisDeconinck
LouisDeconinck force-pushed the docs/history-rollback-help-186 branch from da68980 to 032d465 Compare September 11, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI: add history and rollback examples to command help

2 participants