You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I could not determine if there is a way to toggle the visibility of a repository?
My specific request is that I have a lot of private repositories in an organization, and I'm interested in making all of them public.
$ ./hub-tool/hub-tool repo -h
Manage repositories
Usage:
./hub-tool/hub-tool repo
./hub-tool/hub-tool repo [command]
Available Commands:
ls List all the repositories from your account or an organization
rm Delete a repository
Flags:
-h, --help help for repo
Global Flags:
--verbose Print logs
Use "./hub-tool/hub-tool repo [command] --help" for more information about a command.
I see that ls and rm are options, are there more that are not shown?
If it's not available, I'd really appreciate this feature (hopefully it's not too hard to implement?)
The text was updated successfully, but these errors were encountered:
Hello, I could not determine if there is a way to toggle the visibility of a repository?
My specific request is that I have a lot of private repositories in an organization, and I'm interested in making all of them public.
I see that
ls
andrm
are options, are there more that are not shown?If it's not available, I'd really appreciate this feature (hopefully it's not too hard to implement?)
The text was updated successfully, but these errors were encountered: