Accumulate
  • Getting Started
    • Introduction
    • Support
    • Glossary
    • Fees
    • Networks
    • Open source and contribution
    • Frequently Asked Questions
    • Converting FCT to ACME
  • Setup
    • Local DevNet Setup
    • Follower node setup with AccMan
    • Validator node setup with AccMan
    • Retaining validator keys when wiping node data
  • CLI
    • CLI setup
    • CLI reference
      • Flags
    • Import a Factom wallet
  • Nodes
    • Operator onboarding guide
    • Debugging node issues
  • Developer Resources
    • API Reference
    • Factom API support
  • Staking
    • What is staking
    • How to stake your tokens
    • FAQ
  • Tools
    • Explorer
    • Javascript SDK
    • Java SDK
  • Deep Dive
    • Lite accounts
    • Accumulate digital identifiers (ADIs)
    • Key management
    • Identity hierarchies
    • Synthetic transactions
    • Signatures and authorities
  • Integration
    • Ledger Integration
      • How to use the Ledger with the Accumulate CLI
      • CLI Reference
    • Tendermint
  • Tutorials
    • Accumulate Bridge Guides
      • How to convert ACME to WACME
      • How to convert WACME to ACME
      • How to setup a bridge node
    • How to create a Lite Account and Keys on Mainnet / Testnet
    • Sending Tokens from a Lite Token Account via CLI
    • How to create an ADI via CLI
    • How to create a Custom Token/Token Issuer using CLI
    • Querying Accumulate token account with Json RPC API
  • Release Note
    • Release notes
      • Release Note 2.0 RC2
      • Release Note 1.0 RC1
      • Release Note 0.6
      • Release Note 0.5.1
      • Release Note 0.5
  • Blog
  • Hackathon
    • Accumulate web3athon guide
Powered by GitBook
On this page

Was this helpful?

  1. CLI
  2. CLI reference

Flags

Flags modify the operation of a command and are sometimes called options. A flag is set off by spaces or tabs and usually starts with a dash (-).

When a command uses flags, they come directly after the command name. Single-character flags in a command can be combined with one dash.

Flags:

--authority strings        Additional authorities to add when creating an account 
--database string          Directory the database is stored in (default 
-d,--debug                 Print accumulated API calls 
--delegator strings        Specifies the delegator when creating a delegated signature 
--entropy uint             Specifies the size of the mnemonic entropy. (default 128) 
-h,--help                  help for accumulate 
--ignore-pending           Ignore pending transactions. Combined with --wait, this waits for transactions to be delivered. 
-j,--json                  print outputs as json 
-m,--memo string           Memo
-a,--metadata string       Transaction Metadata 
--no-wait                  Don't wait for the transaction to complete 
--no-wallet-version-check  Bypass the check to prevent updating the wallet to the format supported by the cli 
-n,--pretend               Enables check-only mode for transactions 
--prove                    Request a receipt proving the transaction or account 
-s,--server string         Accumulated server (default "https://testnet.accumulatenetwork.io/v2") 
--sign-with strings        Specifies additional keys to sign the transaction with 
--signer-version uint      Specify the signer version. Overrides the default behavior of fetching the signer version. 
-t,--timeout duration      Timeout for all API requests (i.e. 10s, 1m) (default 5s) 
--use-unencrypted-wallet   Use unencrypted wallet (strongly discouraged) stored at ~/.accumulate/wallet.db 
-w,--wait duration         Wait for the transaction to complete
PreviousCLI referenceNextImport a Factom wallet

Last updated 2 years ago

Was this helpful?