#flatpak #linux #cli

应用 fpcli

Flatpak清单的命令行应用程序

14个版本 (5个破坏性更新)

0.5.0 2022年7月3日
0.4.0 2022年7月3日
0.3.1 2022年6月23日
0.2.0 2022年6月22日
0.0.6 2022年1月30日

1676 in 文件系统

MIT 许可证

33KB
603 代码行

fpcli

Flatpak清单的命令行应用程序。

Code formatting dependency status License file

安装

如果您已安装cargo,您可以直接从crates.io安装fpcli

cargo install fpcli

用法

fpcli 0.5.0
A CLI app for Flatpak manifests.

USAGE:
    fpcli <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    add-module        Add a module to a Flatpak manifest. The target flatpak manifest must be a
                          Flatpak application manifest or a Flatpak module manifest. By default, the
                          module is imported by path
    bootstrap         Creates a new manifest from the available information
    convert           Converts a manifest. The manifest must be a valid Flatpak manifest
    get-type          Get the type of the manifest
    get-urls          Get all the urls contained in a manifest
    help              Print this message or the help of the given subcommand(s)
    install           Install all the modules in a manifest. The manifest has to be an
                          application manifest or a module manifest
    is-reverse-dns    Test if a file path uses a reverse DNS ID
    lint              Formats a Flatpak manifest
    ls                List all the Flatpak manifests in a specific directory
    parse             Parse a Flatpak manifest
    resolve           Resolve all the imported manifests in a manifest file
    to-reverse-dns    Converts a URL to its reverse DNS equivalent
    tree              Print the modules of a manifest in a tree-like structure

许可证

MIT

依赖项

~5–7MB
~134K SLoC