stew

command module
v0.0.0-...-33ad11e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

README

stew - Gitea Provisioning Tool

Stew is designed to aid testing tools against instances of Gitea. It provides a declarative configuration format for initializing a fresh instance of Gitea, along with some provisional Git repos with state.

Example

url: "http://localhost:3000"
admin:
  username: flipt
  password: password
  email: dev@flipt.io
repositories:
- name: features
  contents:
  - path: local_dir_one
    message: "feat: commit one"
  - path: local_dir_two
    message: "feat: commit two"
  prs:
  - path: pr_dir_one
    message: "feat: commit three in PR"
  

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL