项目作者: akretion

项目描述 :
The toolbelt for odoo
高级语言: Python
项目地址: git://github.com/akretion/ak.git
创建时间: 2016-02-25T11:47:56Z
项目社区:https://github.com/akretion/ak

开源协议:

下载


ak

Installation:

We strongly recommend using pipx for installing Python CLI tools such as ak.

Install with pipx

  1. pipx install git+https://github.com/akretion/ak --force --include-deps

If you don’t want to use pipx, you can still use something like this:

  1. python3 -m pip install git+https://github.com/akretion/ak --user

Install for dev purpose

  1. git clone https://github.com/akretion/ak
  2. cd ak
  3. pipx install -e --spec . ak --force --include-deps

Usage

  1. Usage:
  2. ak [SWITCHES] [SUBCOMMAND [SWITCHES]] args...
  3. Meta-switches:
  4. -h, --help Prints this help message and quits
  5. --help-all Prints help messages of all sub-commands and quits
  6. -v, --version Prints the program's version and quits
  7. Switches:
  8. --verbose Verbose mode
  9. Sub-commands:
  10. build Build Odoo dependencies; see 'ak build --help' for more info
  11. freeze Freeze Odoo dependencies in a config file formatted for git aggregator; see 'ak freeze --help'
  12. for more info
  13. suggest Display available modules that are not already listed in your SPEC_YAML. display i.e.
  14. INFO:ak.ak_suggest: 1 modules in branch https://github.com/oca/.../tree/12.0 ['base_...'] By
  15. using `include` option, you may filter the output ; see 'ak suggest --help' for more info