v0.3.0 — CLI with new command aliases

improvementv0.3.0

We've made the DeployLog CLI faster to use. Update with npm install -g deploylog@latest.

New

  • dpl is a shorter alias for the deploylog command.
  • New short and long flags for push: -g/--git (--from-git), -a/--ai (--ai-summarize), -T (--type), -P (--publish), and -D (--draft).

Every existing command and flag still works, so nothing you've scripted breaks.

For example, deploylog push --from-git --ai-summarize is now just dpl push -g -a.