-
makim
Makim is inspired by tools like Make and Ansible, focusing on improving task definition and dependency management. Instead of using the Makefile format, it utilizes YAML for defining tasks.
OUTPUT Usage: makim [OPTIONS] COMMAND [ARGS]... Makim is a tool that helps you to organize and simplify your helper commands. ╭─ Options ────────────────────────────────────────────────────────────────────╮ │ --version -v Show the version and exit │ │ --file TEXT Makim config file [default: .makim.yaml] │ │ --dry-run Execute the command in dry mode │ │ --verbose Execute the command in verbose mode │ │ --install-completion Install completion for the current │ │ shell. │ │ --show-completion Show completion for the current shell, │ │ to copy it or customize the │ │ installation. │ │ --help Show this message and exit. │ ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Commands ───────────────────────────────────────────────────────────────────╮ │ tests.node Test using nodejs │ │ tests.perl Test using perl │ │ tests.python Test using php │ │ tests.r Test using R │ │ tests.run-all Run tests for all the other tasks │ │ tests.sh Test using sh │ ╰──────────────────────────────────────────────────────────────────────────────╯ If you have any problem, open an issue at: https://github.com/osl-incubator/makim
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Makim extends its functionality beyond conventional script execution by supporting various interpreters and shell languages, facilitating a versatile development environment. While xonsh is the default interpreter - blending the capabilities of Bash and Python for an enriched command-line experience - Makim's architecture allows for seamless integration with other environments. For developers seeking to leverage this feature, a foundational understanding of xonsh can be beneficial. Comprehensive details and usage guidelines are available in the official xonsh documentation.
-
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
Ansible is an IT automation engine that automates provisioning, configuration, management, app deployment, orchestration, and many other IT processes.
-
Taskfile is described as a task runner/build tool that aims to be simpler and easier to use. It is often used in the Go language.