CLI tool for Jivas Package Repository
Project description
JIVAS Command Line Interface (JVCLI)
jvcli is a powerful command-line interface tool designed to streamline interactions with the Jivas Package Repository (https://jpr.trueselph.com/). It simplifies package management, user authentication, and namespace operations, ensuring seamless software development and deployment. It allows you to create, publish, update, download, and get information about various resources such as actions and agents.
Installation
To install jvcli, use pip:
pip install jvcli
Usage
To use jvcli, you need to log in first:
jvcli login
After logging in, you can use any of the available commands. For example, to create a new action:
jvcli create action --name my_action --version 0.0.1 --description "My first action"
To publish an action:
jvcli publish action --path ./my_action --visibility public
To start a new project:
jvcli startproject my_project
For more detailed usage, refer to the help command:
jvcli --help
🔰 Contributing
- 🐛 Report Issues: Submit bugs found or log feature requests for the
jvcliproject. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/TrueSelph/jvcli
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
🎗 License
This project is protected under the Apache License 2.0. See LICENSE for more information.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jvcli-2.0.10.tar.gz.
File metadata
- Download URL: jvcli-2.0.10.tar.gz
- Upload date:
- Size: 794.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e72509cf31dd746f547c6489ad008fce8beb540f04c59e16fb504cd4a73d41c
|
|
| MD5 |
2aae9dbba522f3d8105597a62e6f488f
|
|
| BLAKE2b-256 |
9a1627492b5f4cf1c23e8d0dca9b285d7ec75fd653b845ca0b776456fb0e24ba
|
File details
Details for the file jvcli-2.0.10-py3-none-any.whl.
File metadata
- Download URL: jvcli-2.0.10-py3-none-any.whl
- Upload date:
- Size: 790.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64b5b5e71abfa0f5b67b4eea765ef06512a101bc4fdb66f388563119b93d7e9
|
|
| MD5 |
50fb1fb83e7c962b7aac09878f89126e
|
|
| BLAKE2b-256 |
cabb8faf29ff2efe1a7c0291bd71edd41e525abd208c46073a768ed29a3bfb37
|