AEproject
  • AEproject
  • doc
    • developer-documentation
      • AEproject CLI
        • aeproject export-config
        • Installing and Help
        • aeproject inspect
        • aeproject deploy
        • aeproject compile
        • aeproject test
        • aeproject compatibility
        • aeproject node
        • aeproject env
        • aeproject compiler
        • aeproject init
      • License
      • Migratе from 2.x.x to 3.x.x (after Iris hardfork)
      • Quick Start
  • .github
    • ISSUE_TEMPLATE
      • feature_request
      • bug_report
Powered by GitBook
On this page

Was this helpful?

  1. doc
  2. developer-documentation
  3. AEproject CLI

aeproject export-config

Run export-config command

aeproject export-config

The export-config command helps developers see basic aeproject configuration like miner and some default wallets, and node configuration. The command prints configuration as a json and export it to a file. Exported aeproject configuration will be saved in './aeprojectConfig.json' by default.

You can specify path using the --path option.

Example:

aeproject export-config --path ./../my-dir/my-aeproject-config.json

Also you can type only directory path where you want to save it, then command automatically would append filename with extension, by default it's 'aeprojectConfig.json' Example:

aeproject export-config --path ./../../archives/configs
PreviousAEproject CLINextInstalling and Help

Last updated 3 years ago

Was this helpful?