Skip to main content

The Edgegap CLI for operations like migrations. It is designed for use within the Edgegap organization.

Project description

Edgegap CLI

This is the README for the Edgegap CLI, which is part of the Edgegap suite of helpers. This library provides a UI CLI to interact with multiple entity.

Table of Contents

Overview

The Edgegap CLI includes various tools and helpers for helping with Scheduling Task. It is designed for use within the Edgegap organization.

Installation

To install this library, ensure you have Python and poetry installed. Then, use the following command:

poetry add edgegap-scheduling

Ensure you have the necessary permissions to install and use this library, as it is intended for Edgegap employees only.

Usage

Please consult Obsidian Documentation for Usage

Seeder

The db feature have the option to seed data in any postgresql database

you can invoke it with the CLI like this

# Not safe since it will write the pass in the history
edgegap-cli db seed --uri 'postgresql://<user>:<pass>@<localhost>:<port>/<db>' --folder /path/to/json/folder

# or, using stdin and setting the URI into a variable or env variable
echo "$POSTGRES_URI" | edgegap-cli db seed --uri 'stdin' --folder /path/to/json/folder

This will scan 2 folders of depth into the /path/to/json/folder and will try to load all json file into the

SeederModel (pydantic load), any bad file or data will be discarded but the script will run all valid one

You can inspect the SeederModel.schema() to see the documentation for the fields

All SeederElement are wrapped in a database transaction and any failure of a sub-elements will result in a rollback of the parent/child in creation. The script won't exit completely in such case but rather skip the Element and seed the rest of the Seeds/Elements

Running Tests

To run tests for this library, you need to have pytest installed. You can install dev dependencies with:

poetry install --with=dev

then run

pytest

This will execute all the tests in the tests folder.

Uploading Package

To upload the distribution to pypi, you will need an API token from Pypi

poetry config pypi-token.pypi <your-api-token>
poetry version x.x.x
poetry publish --build

Contributing

If you'd like to contribute to this library and you're an Edgegap employee, please follow these steps:

  • Fork the repository.
  • Create a new branch for your changes (e.g., feature/my-feature).
  • Commit your changes with a clear message.
  • Push your branch to your fork.
  • Open a Pull Request, explaining the changes and providing any necessary context.

License

This software is proprietary to Edgegap. Only current Edgegap employees are allowed to use this library. Refer to the LICENSE file for detailed licensing information.

Contact

For support or questions related to this library, please contact support@edgegap.com.

Acknowledgements

Thanks to the Edgegap development team for creating and maintaining this library.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edgegap_cli-1.9.8.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

edgegap_cli-1.9.8-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file edgegap_cli-1.9.8.tar.gz.

File metadata

  • Download URL: edgegap_cli-1.9.8.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-113-generic

File hashes

Hashes for edgegap_cli-1.9.8.tar.gz
Algorithm Hash digest
SHA256 03a77a8a8896eaf77fea9c8c0963906761d1e3d1d7a33fb3b54ebcd4e6c53a02
MD5 c26979687c031581ee86b2a7897e6189
BLAKE2b-256 79af087ccf4eb6d1642447fdd86f9c1e42c4e2daa2b2011667e4268dc53f7a09

See more details on using hashes here.

File details

Details for the file edgegap_cli-1.9.8-py3-none-any.whl.

File metadata

  • Download URL: edgegap_cli-1.9.8-py3-none-any.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-113-generic

File hashes

Hashes for edgegap_cli-1.9.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7c5a2317879c848ec5609c849969abf815caf2e1c3e456dce3f35bf5a476bb0f
MD5 ea13444a127fea21bafa5203881ddb79
BLAKE2b-256 b1e539e7457999b29167151883ba7a2f5adf16e2b92c7fe4beda487af0b0cf74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page