Documentation
¶
Index ¶
- Constants
- func Build() *cobra.Command
- func BuildCmd(ctx context.Context, archs []apko_types.Architecture, ...) error
- func Bump() *cobra.Command
- func Index() *cobra.Command
- func IndexCmd(ctx context.Context, opts ...index.Option) error
- func Keygen() *cobra.Command
- func KeygenCmd(ctx context.Context, opts ...KeygenOption) error
- func New() *cobra.Command
- func SignIndex() *cobra.Command
- func SignIndexCmd(ctx context.Context, signingKey string, indexFile string) error
- func UpdateCache() *cobra.Command
- type KeygenContext
- type KeygenOption
Constants ¶
View Source
const BuiltinPipelineDir = "/usr/share/melange/pipelines"
Variables ¶
This section is empty.
Functions ¶
func BuildCmd ¶
func BuildCmd(ctx context.Context, archs []apko_types.Architecture, base_opts ...build.Option) error
func SignIndexCmd ¶
func UpdateCache ¶ added in v0.2.0
Types ¶
type KeygenContext ¶
func (*KeygenContext) GenerateKeypair ¶
func (kc *KeygenContext) GenerateKeypair() (*rsa.PrivateKey, *rsa.PublicKey, error)
type KeygenOption ¶
type KeygenOption func(*KeygenContext) error
Click to show internal directories.
Click to hide internal directories.