• Matt Butcher's avatar
    feat(helm): add command to generate documentation · aca9f86d
    Matt Butcher authored
    This adds a hidden 'helm doc' command that generates documentation out
    of the Helm help text.
    
    Currently it can create:
    
    - man pages for HELM(1)
    - Markdown documentation
    - bash autocompletions
    
    Those are the three built-ins for Cobra.
    
    The command is hidden so that it doesn't show up to the regular user,
    since this is really a specialized task. It has the advantage of making
    it trivially easy to install man pages and bash completion at installation time.
    aca9f86d
Name
Last commit
Last update
..
helm.1 Loading commit data...
helm_create.1 Loading commit data...
helm_delete.1 Loading commit data...
helm_dependency.1 Loading commit data...
helm_dependency_build.1 Loading commit data...
helm_dependency_list.1 Loading commit data...
helm_dependency_update.1 Loading commit data...
helm_fetch.1 Loading commit data...
helm_get.1 Loading commit data...
helm_get_hooks.1 Loading commit data...
helm_get_manifest.1 Loading commit data...
helm_get_values.1 Loading commit data...
helm_history.1 Loading commit data...
helm_home.1 Loading commit data...
helm_init.1 Loading commit data...
helm_inspect.1 Loading commit data...
helm_inspect_chart.1 Loading commit data...
helm_inspect_values.1 Loading commit data...
helm_install.1 Loading commit data...
helm_lint.1 Loading commit data...
helm_list.1 Loading commit data...
helm_package.1 Loading commit data...
helm_repo.1 Loading commit data...
helm_repo_add.1 Loading commit data...
helm_repo_index.1 Loading commit data...
helm_repo_list.1 Loading commit data...
helm_repo_remove.1 Loading commit data...
helm_repo_update.1 Loading commit data...
helm_rollback.1 Loading commit data...
helm_search.1 Loading commit data...
helm_serve.1 Loading commit data...
helm_status.1 Loading commit data...
helm_upgrade.1 Loading commit data...
helm_verify.1 Loading commit data...
helm_version.1 Loading commit data...