Kontr portal CLI
Project description
Kontrctl - Kontr portal CLI client
kontrctl
- Kontr Portal management CLI Tool
Setup
There are multiple variants how to install and run the kontrctl
.
Install from pypi registry
The best way to install the kontrctl
is using the pip
.
pip install kontrctl
Install from source
For development purposes clone the repository and install dependencies using the pipenv
git clone https://gitlab.fi.muni.cz/grp-kontr2/kontrctl
pipenv install
Update kontr-api
(optional)
pipenv update kontr-api
pipenv shell
Run the kontrctl
kontrctl --help
Development run
Run the development version
python -m kontrctl.cli --help
First run setup
Before using the kontrctl
to manage the portal and submit, you need to set remote
kontrctl remotes add default https://kontr.fi.muni.cz
kontrctl remotes select default
kontrctl login # Provide username and password
Remotes
Remote sets location and default params for the kontr instance
kontrctl remotes --help
kontrctl remotes list
kontrctl remotes add <name> <url>
kontrctl remotes rm <name>
kontrctl remotes read <name>
kontrctl remotes select <name>
kontrctl remotes deselect <name> # Not implemented
Auth
Authentication commands
Login
kontrctl login
kontrctl --help
Logout
kontrctl logout
kontrctl logout --help
Users
Users resources management
kontrctl users --help
kontrctl users list
kontrctl users read <name>
kontrctl users delete <name>
Courses:
Courses resources management
kontrctl courses --help
kontrctl courses list
kontrctl courses read <name>
kontrctl courses delete <name>
kontrctl courses select <name>
kontrctl courses deselect
Components:
Components resources management
kontrctl components --help
kontrctl components list
kontrctl components read <name>
kontrctl components delete <name>
Projects:
Projects resources management
kontrctl projects --help
kontrctl projects list
kontrctl projects read <name>
kontrctl projects delete <name>
kontrctl projects select <name>
kontrctl projects deselect
# if selected course not provided:
kontrctl projects list -c <course_name>
Submit
Create new submission
kontrctl submit --help
kontrctl submit -c <course> -p <project> -t git -u <repo_url> -D <subdir>
# Example:
kontrctl submit -c TestCourse1 -p HW01 -t git -u "https://github.com/pestanko/example-repo" -D <subdir>
Contributing
Take a look at General Contribution Guide.
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 kontrctl-0.6.0.tar.gz
.
File metadata
- Download URL: kontrctl-0.6.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.14.15-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c54518316ae7dd4707e3e278a172705f637ace92f85c47401f7c71dfbdf71eb |
|
MD5 | 0b2937fe6faa93e8ef5228a804ef755c |
|
BLAKE2b-256 | c02c75598b5d83c5709d10e2d5034c7bf8488752abcaa1abecc4592b19388d62 |
File details
Details for the file kontrctl-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: kontrctl-0.6.0-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.14.15-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b19b1e2c7f72d40fd3849529de7b11596e4c0b398c0ac81b5cbfd85a9a260637 |
|
MD5 | 7fbeb416f4f2b5b513ca0cfbed332da7 |
|
BLAKE2b-256 | d8117b33ecedbbdd9a27dbd0bb7c1e92f05444625d12552fdbc7b1df59361a36 |