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.
type Push struct {
Format string `local:"true" long:"as" short:"M" usage:"Force the packaging despite possible conflicts" default:"auto"`
Kraftfile string `long:"kraftfile" usage:"Set an alternative path of the Kraftfile"`
}