Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

Add repo subcommand to interact with Repo entities #319

@noahingh

Description

@noahingh

Is your feature request related to a problem? Please describe.
I want to access Repo entities by CLI command. It should provide list, get, and update utilities for Repo.

Describe the solution you'd like
Add RepoService type to the api package to interact with a server.

func main() {
  ...

  client := NewClient(...)
  repo, err := client.Repos.GetRepo(ctx, "gitploy-io", "gitploy")

  ...
}

Metadata

Metadata

Assignees

Labels

component: cliThis issue or pull request is related to the features of CLIenhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions