Skip to content

Commit

Permalink
Merge pull request #229 from gabriel-samfira/add-toc
Browse files Browse the repository at this point in the history
Add ToC to using_garm.md
  • Loading branch information
gabriel-samfira authored Mar 5, 2024
2 parents 1b11c68 + 73a2690 commit df72c49
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions doc/using_garm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ This document will walk you through the various commands and options available i

While using the GARM cli, you will most likely spend most of your time listing pools and runners, but we will cover most of the available commands and options. Some of them we'll skip (like the `init` or `profile` subcommands), as they've been covered in the [quickstart](/doc/quickstart.md) document.

## Table of contents

<!-- TOC -->

- [Using GARM](#using-garm)
- [Listing controller info](#listing-controller-info)
- [Listing configured providers](#listing-configured-providers)
- [Listing github credentials](#listing-github-credentials)
- [Adding a new repository](#adding-a-new-repository)
- [Managing repository webhooks](#managing-repository-webhooks)
- [Listing repositories](#listing-repositories)
- [Removing a repository](#removing-a-repository)
- [Adding a new organization](#adding-a-new-organization)
- [Adding an enterprise](#adding-an-enterprise)
- [Creating a runner pool](#creating-a-runner-pool)
- [Listing pools](#listing-pools)
- [Showing pool info](#showing-pool-info)
- [Deleting a pool](#deleting-a-pool)
- [Update a pool](#update-a-pool)
- [Listing runners](#listing-runners)
- [Showing runner info](#showing-runner-info)
- [Deleting a runner](#deleting-a-runner)
- [The debug-log command](#the-debug-log-command)
- [Listing recorded jobs](#listing-recorded-jobs)

<!-- /TOC -->

## Listing controller info

Expand Down

0 comments on commit df72c49

Please sign in to comment.