oedit v1.4.0
Oedit
A CLI to allow connecting IDE's to lively edit odoo's code models.
Installation
Install with npm:
npm install -g oedit
Usage
oedit
Options
Oedit
A CLI to allow connecting IDE's to lively edit odoo's code models.
Options
--help Print this usage guide.
-y, --yes Set the connection details to the default values.
-h, --host string Set the connection host.
-p, --port number Set the connection port.
-d, --database string Set the connection database.
-u, --username string Set the connection username.
-s, --password string Set the connection password.
-e, --editor string Set the editor path.
License
Copyright (c) 2021, Mohammed Alhalwachi
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.