Skip to content

Getting Started

Rakovets CLI (rcli) - is a command-line interface tool to simplify and standardize local development.

To get help and see all available commands and flags, use:

rcli -h

Commands

rcli provides a set of subcommands:

  • cicd for managing your CI/CD manifests
  • docs for managing your documentation

Project layout

cmd/cli/main.go   # Entrypoint to app
docs/
    index.md      # The documentation homepage.
    ...           # Other markdown pages, images and other files.
internal/         # Package for internal dependencies.
go.mod            # Description Go module.
Makefile          # Base command for local development.
mkdocs.yml        # The configuration file.
README.md         # Empty README for project because project has docs/.