This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flatpak.
Summary
Contains functionality for working with Flatpak-builder commands.
- Assembly
- Cake
.Flatpak .dll - Namespace
- Cake
.Flatpak - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FlatpakBuilderCli"]
class Type type-node
Syntax
public static class FlatpakBuilderCli
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| Cake |
Methods
| Name | Value | Summary |
|---|---|---|
| FlatpakBuilder |
void |
Executes flatpak-builder [OPTION...] DIRECTORY MANIFEST without results
static
|
| FlatpakBuilderRun |
void |
Executes flatpak-builder --run [OPTION...] DIRECTORY MANIFEST COMMAND without results
static
|
| Flatpak |
IEnumerable |
Executes flatpak-builder --run [OPTION...] DIRECTORY MANIFEST COMMAND with results
static
|
| Flatpak |
IEnumerable |
Executes flatpak-builder --show-deps [OPTION...] MANIFEST with results
static
|
| Flatpak |
IEnumerable |
Executes flatpak-builder --show-manifest [OPTION...] MANIFEST with results
static
|
| Flatpak |
IEnumerable |
Executes flatpak-builder [OPTION...] DIRECTORY MANIFEST with results
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
