Skip to content
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

Closed
Tracked by #219
noahingh opened this issue Feb 1, 2022 · 0 comments · Fixed by #322
Closed
Tracked by #219

Add repo subcommand to interact with Repo entities #319

noahingh opened this issue Feb 1, 2022 · 0 comments · Fixed by #322
Assignees
Labels
component: cli This issue or pull request is related to the features of CLI enhancement New feature or request
Milestone

Comments

@noahingh
Copy link
Member

noahingh commented Feb 1, 2022

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")

  ...
}
@noahingh noahingh added enhancement New feature or request component: cli This issue or pull request is related to the features of CLI labels Feb 1, 2022
@noahingh noahingh changed the title Add RepoService structure into api package Add repo subcommand to interact with Repo entities Feb 1, 2022
@noahingh noahingh added this to the v0.6 milestone Feb 1, 2022
@noahingh noahingh added this to Progress Feb 1, 2022
@noahingh noahingh moved this to Todo in Progress Feb 1, 2022
@noahingh noahingh linked a pull request Feb 2, 2022 that will close this issue
@noahingh noahingh moved this from Todo to In Progress in Progress Feb 2, 2022
@noahingh noahingh self-assigned this Feb 2, 2022
Repository owner moved this from In Progress to Done in Progress Feb 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: cli This issue or pull request is related to the features of CLI enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant