A command-line tool for controlling the Tez project
Project description
Tez Control
Tez Control is a command-line tool that allows users to interact with and control remote servers, generate configuration files, and execute custom commands. It is designed to make server management and configuration setup simple and efficient.
Features
- Connect to Real Server: Enter and interact with a remote server directly from your terminal.
- Generate Configuration Files: Automatically generate configuration files like
.serviceandnginx.conffor your project. - Run Custom Commands On Server: Execute commands on the server as per your project needs.
- Run Custom Commands On Local: Execute commands on the current local path.
Installation
You can install tez-control via pip:
pip install tez-control
Usage
Entering the Real Server
Once you have tez-control installed, you can connect to a remote server with the following command:
tez sv
This will prompt you to enter your server's host, user, and password (configured in your settings). Once connected, you will have an interactive terminal where you can run shell commands on the server.
You can navigate directories, run commands, and even cancel a command with Ctrl+C. Type exit to disconnect from the server.
tez ex
Configuration File (.tez)
tez-control uses a .tez configuration file to store connection details and project settings. The default location for this file is your home directory (~/.tez). Below is an example of what the file should look like:
[server]
SERVER_HOST=1.1.1.1
SERVER_USER=root
SERVER_PASSWORD=1234
SERVER_PORT=22
[project]
PROJECT_PATH=/path/project
[server-commands]
restart=git pull && sudo systemctl restart my_project
pull=git pull
[local-commands]
push=git add . && git commit -m '$1' && git push
In this commands have numbers with $ this char. When you use that you can receive dynamic attributes, strings everything that you can give Make sure to adjust the values for your specific server and project configuration.
Contributing
If you'd like to contribute to tez-control, feel free to fork the repository and create pull requests. We welcome improvements, bug fixes, and new features.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Key Sections Added:
- Entering the Real Server: Describes how users can use the
tez svcommand to connect to a remote server interactively. - .tez Configuration File: Generate example with
tez ex
This README.md should help guide users in installing, configuring, and using tez-control effectively.
Let me know if you'd like further adjustments!
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 tez_control-1.0.5.tar.gz.
File metadata
- Download URL: tez_control-1.0.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c66ebd7016e0404a9ca15d0693c51b8cbe8b950f75808c925cf9b6fc2b0e6b4
|
|
| MD5 |
580981b270b353a73c70d8effa819324
|
|
| BLAKE2b-256 |
f8b3addbc1df3b54806e841d0773e1e83b6240d0c146ef0c5dea194386a286b8
|
File details
Details for the file tez_control-1.0.5-py3-none-any.whl.
File metadata
- Download URL: tez_control-1.0.5-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d3bf72f6cbad932405e3a775cab269a7c92817084475230459489c4241543a
|
|
| MD5 |
11fec2cf7823a1d1c6f477347b8294e0
|
|
| BLAKE2b-256 |
96094a2dfc1403df34bbe36cab7b7c5d1531c6160e85102abfc22519b5678483
|