Quickstart

fastboot Plugin

javimosch Updated

File contents

fastboot Plugin

CLI tool: fastboot.

Commands

  • fastboot <resource> <action> — Execute fastboot commands
  • fastboot self version — Print fastboot version
  • fastboot _ _ — Passthrough to fastboot CLI

Usage Examples

  • "fastboot --help"
  • "fastboot self version"

Installation

apt-get install fastboot 2>/dev/null || which fastboot

Key Features

  • CLI-based tool
  • Scriptable and automatable
  • Pipeline-ready output
  • system based

javimosch/supercli/tree/main/plugins/fastboot/skills/quickstart commit 13e5ef6d86

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-1363