https://github.com/akretion/ak
The toolbelt for Odoo
https://github.com/akretion/ak
docky
Last synced: 10 months ago
JSON representation
The toolbelt for Odoo
- Host: GitHub
- URL: https://github.com/akretion/ak
- Owner: akretion
- Created: 2016-02-25T11:47:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T20:01:41.000Z (about 1 year ago)
- Last Synced: 2025-07-29T05:51:35.900Z (11 months ago)
- Topics: docky
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 12
- Watchers: 20
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ak
Installation:
We strongly recommend using pipx for installing Python CLI tools such as ak.
Install with pipx
```
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:
```
python3 -m pip install git+https://github.com/akretion/ak --user
```
Install for dev purpose
```
git clone https://github.com/akretion/ak
cd ak
pipx install -e --spec . ak --force --include-deps
```
Usage
```
Usage:
ak [SWITCHES] [SUBCOMMAND [SWITCHES]] args...
Meta-switches:
-h, --help Prints this help message and quits
--help-all Prints help messages of all sub-commands and quits
-v, --version Prints the program's version and quits
Switches:
--verbose Verbose mode
Sub-commands:
build Build Odoo dependencies; see 'ak build --help' for more info
freeze Freeze Odoo dependencies in a config file formatted for git aggregator; see 'ak freeze --help'
for more info
suggest Display available modules that are not already listed in your SPEC_YAML. display i.e.
INFO:ak.ak_suggest: 1 modules in branch https://github.com/oca/.../tree/12.0 ['base_...'] By
using `include` option, you may filter the output ; see 'ak suggest --help' for more info
```