"Invenio module to ease the creation and management of applications."
Project description
Command-line tool to create and manage an InvenioRDM instance.
Installation
$ pip install invenio-cli
Usage
Local Development environment
# Initialize environment and cd into <created folder>
$ invenio-cli init rdm
$ cd <created folder>
# Install locally
# install python dependencies (pre-release versions needed for now),
# link/copy assets + statics, install js dependencies, build assets and
# final statics
$ invenio-cli install --pre
# Start and setup services (database, Elasticsearch, Redis, queue)
$ invenio-cli services
# Optional: add demo data
$ invenio-cli demo --local
# Run the server
$ invenio-cli run
# Update assets or statics
$ invenio-cli update
Containerized ‘Production’ environment
# Initialize environment and cd into <created folder>
$ invenio-cli init rdm
$ cd <created folder>
# Spin-up InvenioRDM
$ invenio-cli containerize
# Optional: add demo data
$ invenio-cli demo --containers
# After updating statics or code, if you do not need to re-install JS
# dependencies which can take time
$ invenio-cli containerize --no-install-js
More Help
# Get more help
$ invenio-cli --help
Further documentation is available on https://invenio-cli.readthedocs.io/
Changes
Version 1.0.20 (released 2023-03-134)
setup: add queues initialisation to steps
Version 1.0.19 (released 2023-03-10)
global: remove fail message on warning (i.e. soft failures)
Version 1.0.18 (released 2023-02-07)
containerize: fix translation commands instance path
Version 1.0.17 (released 2023-01-30)
requirements: check node version depending on app-rdm version
Version 1.0.16 (released 2023-01-30)
bump cookiecutter to v11.0
Version 1.0.15 (released 2023-01-13)
Setup: fix empty translation folder failing
Version 1.0.14 (released 2023-01-09)
Add app-rdm fixtures to setup
Version 1.0.13 (released 2022-11-14)
Allow compilation command to fail in case of missing catalogs.
Version 1.0.12 (released 2022-10-28)
Adds support for translations (i18n) management commands.
Version 1.0.11 (released 2022-10-24)
Add support for InvenioILS
Version 1.0.8 (released 2022-10-13)
Fix issue when checking for services to be up and running correctly.
Version 1.0.7 (released 2022-10-10)
Fix compat issue with RDM versions < v10
Version 1.0.6 (released 2022-10-10)
Bump default RDM version.
Version 1.0.5 (released 2022-05-31)
Bump click version.
Bump default RDM version.
Improve error handling.
Add check for npm version.
Move ImageMagick check to –development.
Version 1.0.4 (released 2022-02-14)
Fixes an issue with virtualenv 20.13.1+ brining in setuptools 60.x which is incompatible with Celery v5.2.3. Once Celery v5.2.4 has been released, this fix is no longer needed.
Version 1.0.3 (released 2022-02-04)
Added --no-input and --config= options to init to support running with predefined config and without requiring user input.
Version 1.0.0 (released 2021-08-05)
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file invenio-cli-1.0.20.tar.gz
.
File metadata
- Download URL: invenio-cli-1.0.20.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2faf111d8b9e2856e3f88093ea8bf46b4aef4a30b9dce9c1710b668ad54c58a0 |
|
MD5 | a808b9b7b2b9b90ca94b6f2cbf41b924 |
|
BLAKE2b-256 | e95e002037d389dea38bb941eb3dbde1b51e94cce898c844bd5689a1d5db5d05 |
Provenance
File details
Details for the file invenio_cli-1.0.20-py2.py3-none-any.whl
.
File metadata
- Download URL: invenio_cli-1.0.20-py2.py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeaf4d094d4b23a6c992140562677292644fc590f68ca5caea7238ef5566cfd7 |
|
MD5 | 70a27516c65bf50061ba31ba7cbd4595 |
|
BLAKE2b-256 | f26e6045c48e3578df770a872de0aef1572cb1a13eab727dcb85ecceb4c7117d |