hub-tool org search [TERM]
- Add feature to find organizations from the CLI?
#175
Labels
enhancement
New feature or request
Why?
Occasionally, I want to find an
org
on Docker Hub.org
for the first time and I don't know what theorg
name(s) might be.org
name(s).orgs
are often used asnamespaces
resulting in manyorgs
to any one real-world organization (community, ecosystem).docker search
always made sense. It would rock fororgs
too!How I search now
googling
.githubbing
for theorg
Google
) alreadyrepos
forDocker Hub
references / linksrepos
viaDocker Hub
's web UIorg
I may wantrepo
) on the blueorg
name linkDocker Hub
's web search UI could be improved (or I could RTFM if there's already a better way)hub-tool
is to help keep people in the CLIIdeas
TERM
could:ls
commands - a partial name doesn't match anything unless you use asterisks)wildcards
,glob
orregex
TERM
could match against:name
,company
,location
,urls
,linked accounts
and other publicmetadata
provided inorg
settings. Adescription
of anorg
would be nice to search against but to my knowledge that doesn't exist as a setting fororgs
?TERM could also mirror the ubiquitous, explicit
ls --filter
arg that specifies what field to search against (--filter name=foo
or--filter company=bar
)The text was updated successfully, but these errors were encountered: