pull

package
v0.8.5-25-g53dbc680 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: BSD-3-Clause Imports: 19 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd() *cobra.Command

func Pull

func Pull(ctx context.Context, opts *PullOptions, args ...string) error

Pull a Unikraft component.

Types

type PullOptions

type PullOptions struct {
	All          bool     `long:"all" short:"A" usage:"Pull all versions"`
	Architecture string   `long:"arch" short:"m" usage:"Specify the desired architecture"`
	Format       string   `long:"as" short:"f" usage:"Set the package format" default:"auto"`
	KConfig      []string `long:"kconfig" short:"k" usage:"Request a package with specific KConfig options."`
	Kraftfile    string   `long:"kraftfile" short:"K" usage:"Set an alternative path of the Kraftfile"`
	NoChecksum   bool     `long:"no-checksum" short:"C" usage:"Do not verify package checksum (if available)"`
	Output       string   `long:"output" short:"o" usage:"Save the package contents to the provided directory"`
	Platform     string   `long:"plat" short:"p" usage:"Specify the desired platform"`
	Update       bool     `long:"update" short:"u" usage:"Perform an update which gathers remote sources"`
	Workdir      string   `long:"workdir" short:"w" usage:"Set a path to working directory to pull components to"`
}

func (*PullOptions) Pre

func (opts *PullOptions) Pre(cmd *cobra.Command, _ []string) error

func (*PullOptions) Run

func (opts *PullOptions) Run(ctx context.Context, args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL