Documentation
WebsiteMineGitHubFaucet
  • Welcome to MakeOS
  • Introduction
    • Install
    • Quick Start
    • Set Up a Private Network
    • Get Test Coins
    • Track a Repository
    • What is MakeOS
    • How it Works
    • Tokenomics ($MAKE)
    • Dilithium (Deprecated)
    • Roadmap
    • Team
  • Concepts
    • Repository
      • Register a Repository
      • Initialize a New Repository
      • Repository Governance
      • Access Control Config
    • Namespace
    • Key
    • Issue Management
    • Merge Request
    • Transactions
      • Register a Repository
      • Send Coins
    • Validator
    • Host
    • Remote
  • JavaScript Console API
    • repo
    • pushkey
    • namespace
    • node
    • user
    • transaction
    • ticket
  • KIT CLI Reference
    • Overview
    • init
    • start
    • console
    • attach
    • key
      • create
      • gen
      • get
      • import
      • list
      • update
    • tx
      • get
    • repo
      • config
      • create
      • hook
      • init
      • vote
    • user
      • send
    • pk
      • register
    • sign
      • commit
      • note
      • tag
    • contributor
      • add
    • issue
      • close
      • create
      • list
      • read
      • reopen
      • status
    • mr
      • checkout
      • close
      • create
      • fetch
      • list
      • read
      • reopen
      • status
Powered by GitBook
On this page

Was this helpful?

  1. KIT CLI Reference

key

The key command provides the ability to create and manage keys encrypted and stored on the keystore.

To see a list of sub-commands, run kit key

Usage:
  kit key command [flags]
  kit key [command]

Available Commands:
  create      Create a key.
  gen         Generate an ed25519 key
  get         Get a key
  import      Import an existing, unencrypted private key.
  list        List all accounts.
  update      Update a key

Flags:
  -h, --help          help for key
      --pass string   Password to unlock the target key and skip interactive mode

Global Options

The command includes global options that can be set for all sub-commands.

  • --pass - Set the passphrase to unlock an existing key in cases where a key needs to be read.

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

PreviousattachNextcreate

Last updated 4 years ago

Was this helpful?