Skip to main content

Module pkg

Module pkg 

Source
Expand description

actr pkg — local package operations (sign, verify, keygen).

§Subcommands

actr pkg sign     [--manifest-path FILE] [--key FILE] [--binary FILE]
actr pkg verify   --package FILE [--pubkey FILE]
actr pkg keygen   [--output FILE] [--force]

Remote registry operations (publish) live under actr registry. End-to-end build + package is a single top-level command: actr build.

Structs§

PkgArgs
PkgKeygenArgs
PkgSignArgs
PkgVerifyArgs

Enums§

PkgCommand