-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Man support #14
Man support #14
Commits on Jun 2, 2017
-
Add a script to generate man pages from cobra commands.
Use the generate.sh script instead of md2man directly. Update Dockerfile for generating man pages. Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 891740e - Browse repository at this point
Copy the full SHA 891740eView commit details -
Also consolidate the leftover packages under cli. Remove pkg/mflag. Make manpage generation work with new cobra layout. Remove remaining mflag and fix tests after rebase with master. Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 357f26d - Browse repository at this point
Copy the full SHA 357f26dView commit details -
Move api/client -> cli/command
Using gomvpkg -from github.com/docker/docker/api/client -to github.com/docker/docker/cli/command -vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}' Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7b32646 - Browse repository at this point
Copy the full SHA 7b32646View commit details -
Read long description from a file.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 12670c0 - Browse repository at this point
Copy the full SHA 12670c0View commit details -
Add example for device-cgroup-rule to man
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f4920e - Browse repository at this point
Copy the full SHA 5f4920eView commit details -
Import completion scripts, docs, and man pages from docker/docker
Tibor Vass committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 3ef3474 - Browse repository at this point
Copy the full SHA 3ef3474View commit details -
Add missing dependencies to vendor, and fix generation imports
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 51917b7 - Browse repository at this point
Copy the full SHA 51917b7View commit details
Commits on Nov 20, 2017
-
Disable adding [flags] to UseLine in man pages
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 524adae - Browse repository at this point
Copy the full SHA 524adaeView commit details
Commits on Mar 8, 2018
-
Refactor content_trust cli/flags handling
Remove the global variable used. Allows easier unit testing. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 9d26ab2 - Browse repository at this point
Copy the full SHA 9d26ab2View commit details
Commits on Mar 9, 2018
-
Merge pull request #929 from vdemeester/trust-no-global-var
Refactor content_trust cli/flags handling
Configuration menu - View commit details
-
Copy full SHA for d55bb8e - Browse repository at this point
Copy the full SHA d55bb8eView commit details
Commits on Aug 23, 2018
-
man: obey SOURCE_DATE_EPOCH when generating man pages
Previously our man pages included the current time each time they were generated. This causes an issue for reproducible builds, since each re-build of a package that includes the man pages will have different times listed in the man pages. To fix this, add support for SOURCE_DATE_EPOCH (which is a standardised packaging environment variable, designed to be used specifically for this purpose[1]). spf13/cobra doesn't support this natively yet (though I will push a patch for that as well), but it's simpler to fix it directly in docker/cli. [1]: https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Aleksa Sarai <asarai@suse.de>
Configuration menu - View commit details
-
Copy full SHA for 2635ccf - Browse repository at this point
Copy the full SHA 2635ccfView commit details
Commits on Sep 11, 2018
-
Remove containerizedengine package dependency from docker/cli/command…
… this removes a whole lot of dependencies from people depending on docker/cli… Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 98cc7dc - Browse repository at this point
Copy the full SHA 98cc7dcView commit details
Commits on Nov 29, 2018
-
Merge pull request #1306 from cyphar/obey-source_date_epoch
man: obey SOURCE_DATE_EPOCH when generating man pages
Configuration menu - View commit details
-
Copy full SHA for da2b4a4 - Browse repository at this point
Copy the full SHA da2b4a4View commit details
Commits on Jan 28, 2019
-
Introduce functional arguments to NewDockerCli for a more stable API.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 22ad637 - Browse repository at this point
Copy the full SHA 22ad637View commit details -
Merge pull request #1633 from silvin-lubecki/refactor-docker-cli-cons…
…truction Introduce functional arguments to NewDockerCli for a more stable API.
Configuration menu - View commit details
-
Copy full SHA for 36c00b3 - Browse repository at this point
Copy the full SHA 36c00b3View commit details
Commits on Oct 20, 2020
-
man-pages: fix missing manual title in heading
This was set in our manually written markdowns, but not in the man pages generated through Cobra. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 3c98406 - Browse repository at this point
Copy the full SHA 3c98406View commit details -
Merge pull request #2801 from thaJeztah/fix_missing_manual_entry
man-pages: fix missing manual title in heading
Configuration menu - View commit details
-
Copy full SHA for ca0d6b2 - Browse repository at this point
Copy the full SHA ca0d6b2View commit details
Commits on Feb 22, 2024
-
Import man/generate.go with history from docker/cli
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5090452 - Browse repository at this point
Copy the full SHA 5090452View commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be388bf - Browse repository at this point
Copy the full SHA be388bfView commit details -
test: "attach" and "buildx dial-stdio" cmds for testing
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ecc2f2 - Browse repository at this point
Copy the full SHA 4ecc2f2View commit details