Scroll to navigation

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 of the flake application
Engine used to run the flake application, either podman or firecracker
Path of the application as it is called on the engine
Path of the application as it is called on the host
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 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

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