mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
1.7 KiB
1.7 KiB
Getting Started with mini loader
Welcome to the mini loader guide! This documentation will help you quickly get up and running with mini loader, a versatile tool designed to simplify your workload management.
Overview
mini loader is a powerful yet user-friendly tool that allows you to manage and execute workloads efficiently. Whether you're a solo developer, part of a small team, or just someone looking to automate routine tasks, mini loader is designed to make your life easier.
Prerequisites
Before diving into mini loader, ensure you have the following:
- Docker installed on your machine (for running the mini loader server)
- Node.js and npm installed (for using the mini loader CLI)
Contents
- Creating you first workload: Learn how to write workloads and execute them locally with the mini loader CLI
- Running the server: Instructions on how to run the server locally using docker.
- Interacting with the server: Learn the basic commands used to manage workloads.
- Managing secrets: Upload secrets to the server that can be used inside your scripts.
- Create an API: Create a workload which exposes a HTTP api
Getting Help
If you encounter any issues or have questions, please refer to the FAQs
Let's Get Started!
Ready to streamline your workload management? Let's jump right into creating your first workload and set up the mini loader CLI!