Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoToken = errors.NewSentinel(
"skillup.no_token",
"SKILLUP_TOKEN is not set",
)
ErrNoToken reports --push with no credential in the environment.
View Source
var ErrPushWithoutBranch = errors.NewSentinel(
"skillup.push_without_branch",
"--push needs --branch and --remote",
)
ErrPushWithoutBranch reports --push given with nothing to push to.
Functions ¶
func RunApply ¶
RunApply writes each segment's warranted version into its manifest, and optionally commits and pushes the result.
Writing is the default and the only thing that happens without being asked. Committing and pushing are opt-in so the common case — a developer bumping mid-change — leaves the edit in the working tree to land with the change that earned it.
Types ¶
Click to show internal directories.
Click to hide internal directories.