Skip to content
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

[WIP] doc: add man pages for user commands #557

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cmoussa1
Copy link
Member

Problem

flux-accounting has no man(1) pages for any of the commands that deal with user administration, like adding, editing, or viewing user information.


This PR adds man(1) entries for view-user, add-user, delete-user, and edit-user.

(built on top of #538 since that PR adds the infrastructure for adding man pages for the flux-accounting commands)

Problem: flux-accounting has no support for adding man(1) pages to the
project, which is needed for man pages for all of the various
flux-accounting commands.

Add a man1/ folder to flux-accounting to allow man(1) pages to be added
to the repository.
Problem: flux-accounting doesn't have a man(1) entry for flux-account,
which has lots of subcommands that could use specific manual pages to
describe how to use each subcommand.

Add a general flux-account(1) man page entry and list of all the
currently available subcommands. Add man(1) entries for all of the DB
administration commands, i.e create-db, export-db, and pop-db. Add some
of the flagged "mispelled" words in these man pages to the dictionary.
Problem: flux-accounting has no man(1) pages for any of the subcommands
that deal with user administration.

Add man(1) entries for view-user, add-user, delete-user, and edit-user.
@cmoussa1 cmoussa1 added the documentation Improvements or additions to documentation label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant