Versions in this module Expand all Collapse all v0 v0.1.1 Aug 11, 2026 Changes in this version + var ErrNoToken = errors.NewSentinel("skillup.no_token", "SKILLUP_TOKEN is not set") + var ErrPushWithoutBranch = errors.NewSentinel("skillup.push_without_branch", "--push needs --branch and --remote") + func NewCmdApply(props *props.Props) *setup.Command + func RunApply(ctx context.Context, _ *props.Props, opts *ApplyOptions, _ []string) error + type ApplyOptions struct + AuthorEmail string + AuthorName string + Branch string + Commit bool + Message string + Path string + Push bool + Remote string + Username string v0.1.0 Aug 6, 2026