copia-cli repo view
copia-cli repo view [<owner/repo>] [flags]
Display the description and other information about a repository. With no argument, the repository for the current directory is displayed.
Options
-
--json <strings> - Output JSON with selected fields: [full_name description private default_branch stars forks open_issues_count]
Options inherited from parent commands
-
--host <string> - Target Copia host
-R,--repo <string>- Select repository (owner/repo)
-
--token <string> - Authentication token
Examples
# View the current repository
$ copia-cli repo view
# View a specific repository
$ copia-cli repo view my-org/my-repo
# View as JSON
$ copia-cli repo view --json fullName,description