other versions
- Tumbleweed 3.1.45-1.2
- Leap-16.0
| FLAKE-CTL-LIST(8)() | FLAKE-CTL-LIST(8)() |
Name¶
FLAKE-CTL-LIST(8) -
NAME¶
flake-ctl list - List registered flake applications
SYNOPSIS¶
USAGE:
flake-ctl list [OPTIONS] OPTIONS:
--format <FORMAT>
--user
--help
DESCRIPTION¶
List registered flake applications.
By default the list is rendered as a table with a headline which is meant to be read by humans. For processing the list in scripts and other programs the machine readable formats json and csv are provided.
The following information is listed for each flake:
- name
- Name of the flake application
- engine
- Engine used to run the flake application, either podman or firecracker
- target_app_path
- Path of the application as it is called on the engine
- host_app_path
- Path of the application as it is called on the host
- config
- Path of the flake configuration file.
Information which cannot be read from the flake configuration is shown as - in the table format, as null in the json format and as an empty field in the csv format.
OPTIONS¶
- --format <FORMAT>
- Format of the output. Supported formats are:
- table: human readable table with a headline. Default
- json: machine readable list of flake records
- csv: machine readable comma separated values without a header line
- --user
- List registered flake applications for the calling user
FILES¶
- /usr/share/flakes
- $HOME/.config/flakes
EXAMPLE¶
$ flake-ctl list $ flake-ctl list --format json $ flake-ctl list --format csv
AUTHOR¶
Marcus Schäfer
COPYRIGHT¶
(c) 2022, Elektrobit Automotive GmbH (c) 2023, Marcus Schäfer