Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louib/fpcli
CLI app for Flatpak and Flatpak manifests
https://github.com/louib/fpcli
build-tool cli flatpak linux rust
Last synced: 2 months ago
JSON representation
CLI app for Flatpak and Flatpak manifests
- Host: GitHub
- URL: https://github.com/louib/fpcli
- Owner: louib
- License: mit
- Created: 2021-12-31T17:24:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T03:27:50.000Z (7 months ago)
- Last Synced: 2024-09-18T08:30:47.581Z (4 months ago)
- Topics: build-tool, cli, flatpak, linux, rust
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fpcli
A CLI app for Flatpak manifests.![Code formatting](https://github.com/louib/fpcli/workflows/formatting/badge.svg)
[![dependency status](https://deps.rs/repo/github/louib/fpcli/status.svg)](https://deps.rs/repo/github/louib/fpcli)
[![License file](https://img.shields.io/github/license/louib/fpcli)](https://github.com/louib/fpcli/blob/master/LICENSE)## Installing
If you already have `cargo` installed, you can install `fpcli` directly from `crates.io`:
```
cargo install fpcli
```## Usage
```
fpcli 0.5.0
A CLI app for Flatpak manifests.USAGE:
fpcliOPTIONS:
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
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
```## License
MIT