gatelineAPI reference
interface LockSource {
    ref: string;
    repo: null | string;
    version: string;
}

Properties

Properties

ref: string

Pinned ref: a release tag once releases exist, a bare commit before.

repo: null | string

Framework repo URL or slug; null when init ran with no git metadata.

version: string

Framework version string; 'unreleased' before the first tag.