Runme
docs.runme.dev › usage › embedded github action ui
Embedded Github Action UI • RUNME
GitHub workflow URL https://github.com/organization/repository/actions/workflows/workflow.yml · If you paste a URL following any of those formats in any Markdown file, Runme will understand you want to run a manually triggered GitHub Action.
GitHub
github.com › runmedev › runme
GitHub - runmedev/runme: DevOps Notebooks Built with Markdown · GitHub
Runme’s CLI (Command Line Interface) offers a set of commands designed to help you seamlessly discover and execute workflows within your project. Below are examples demonstrating the use of these commands:
Starred by 2.1K users
Forked by 85 users
Languages Go 65.1% | JavaScript 27.5% | Python 6.9% | Makefile 0.2% | Shell 0.2% | Dockerfile 0.1%
GitHub
github.com › skx › runme
GitHub - skx/runme: A quick hack for running commands from README.md files
$ ./runme --shell /usr/bin/python3 --run README.md /home/skx · As you might guess we work by writing the given block(s) to a temporary file, and executing it. Add --keep to see the names of the temporary file(s) created. You can also use --join to join the contents of all matching blocks to a single file. For example this document has two shell-blocks configured to use /bin/bash.
Author skx
GitHub
github.com › runmedev › runme › blob › main › README.md
runme/README.md at main · runmedev/runme
Runme achieves this by literally running markdown. More specifically, Runme runs your commands (shell, bash, zsh) or code inside your fenced code blocks. It's 100% compatible with your programming language's task definitions (Makefile, Gradle, ...
Author runmedev
GitHub
github.com › mipmip › RUNME.sh
GitHub - mipmip/RUNME.sh: RUNME.sh is a tiny toolkit for creating bash cli utilities fast, simple and easy.
$ ./RUNME.sh Usage: ./RUNME.sh command Commands: demo this command is for explaining how run-me works
Author mipmip
GitHub
github.com › sigoden › runme
GitHub - sigoden/runme: [Deprecatd] A shell-script based task runner. · GitHub
[Deprecatd] A shell-script based task runner. Contribute to sigoden/runme development by creating an account on GitHub.
Author sigoden
Runme
runme.dev
DevOps Notebooks Built with Markdown • RUNME
Check out the GCP example below, with AWS and Azure coming soon. ... Works with Helm, Terraform, Ansible, Docker, SSH, any many other cloud-native projects and services. ... Supports running commands/snippets written in Javascript, Typescript, Shell, Lua, Perl, Python and Ruby. More to come! ... Test your runbooks and docs against your app using the Runme CLI, or our GitHub Action.
Runme
docs.runme.dev › ▶ welcome
▶ Welcome • RUNME
All the code for Runme can be found in four repositories on GitHub: ... A fun introduction to the problem Runme is trying to solve. A quick hands-on example of Runme in action.
GitHub
github.com › runmedev › docs.runme.dev
GitHub - runmedev/docs.runme.dev: Project website for Runme VS Code Extension · GitHub
$ rm -f links.log; npx blc https://docs.runme.dev -ro > links.log # expected to fail if any non 2xx/3xx status code occur
Starred by 31 users
Forked by 16 users
Languages TypeScript 73.5% | JavaScript 14.0% | CSS 12.5%
Runme
docs.runme.dev › usage › github actions workflows
Github Actions Workflows • RUNME
In .github/workflows/test.yaml create a new file with the following contents: name: Test Changes on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - name: Clone Repository uses: actions/checkout@v2 - name: Setup Node version uses: actions/setup-node@v2 with: node-version: 18.x - name: Install dependencies run: npm ci # execute workflows through Runme - name: Build / Test Project uses: stateful/runme-action@v2 with: workflows: | build test
GitHub
github.com › element-of-surprise › runme
GitHub - element-of-surprise/runme: Run a series of commands in a file capturing output and allowing resumes
Here is an example of a config that uses Azure CLI to build a Kubernetes cluster that has system and user MSIs, uses AADPod Identities and writes our various configs.
Author element-of-surprise
Runme
docs.runme.dev › installation › install in cdes
Install in CDEs • RUNME
This integration helps developers automate routine tasks and execute notebooks directly from your GitHub repository. In this section, we will walk you through how to install Runme on GitHub Codespaces.
GitHub
github.com › runmedev › runme-web-extension
GitHub - runmedev/runme-web-extension: A Runme browser extension to bring Runme capabilities into the browser.
A Runme browser extension to bring Runme capabilities into the browser. - runmedev/runme-web-extension
Starred by 2 users
Forked by 3 users
Languages TypeScript 96.9% | HTML 1.4% | TypeScript 96.9% | HTML 1.4%
GitHub
github.com › stateful › runme-action
GitHub - stateful/runme-action: A GitHub action to run Runme in CI.
A GitHub action to run Runme in CI. Contribute to stateful/runme-action development by creating an account on GitHub.
Starred by 5 users
Forked by 2 users
Languages TypeScript 100.0% | TypeScript 100.0%