v0.3.0 — CLI with new command aliases
improvementv0.3.0We've made the DeployLog CLI faster to use. Update with npm install -g deploylog@latest.
New
dplis a shorter alias for thedeploylogcommand.- 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.