Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.11 KB

note.md

File metadata and controls

50 lines (33 loc) · 1.11 KB
id title sidebar_label
note
Sign a Note
note

note

The note command signs and creates a push token for a git note reference. The push request token will be pushed to the server, along with the note reference.

The server relies on valid push tokens to perform authorization and authentication checks.

Usage

kit sign note <name> [options]
Usage:
  kit sign note <name> [flags]

Flags:
  -h, --help   help for note

Arguments

  • name - The name of an existing note.

Options

  • -h, --help - Prints out a help message.

Sign Options

  • -f, --fee - The number of coins to pay as the network transaction fee.
  • -n, --nonce - The next nonce of the signer's account (current nonce + 1).
  • -v, --value - The number of coins to transfer from the signer's account.
  • -u, --signing-key - The address or index of a key that will be used to sign the transaction.
  • -p, --signing-key-pass - The passphrase that will be used to unlock the signing key.

Example

  • Create a signed push request token for a note named summary
kit sign note "summary"