Majic Projects
Gimmecert
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Gimmecert / Closed Feature request GC-11 Initial skeleton CLI implementation
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targetted for
    0.1.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    4 hours
  • Time spent
    4 hours, 30 minutes
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

Before moving on to adding actual functionality for initialising CAs, and issuing end entity (server/client) certificates, it would be useful to set-up a small CLI skeleton.

The following should be done:

  • Implement small skeleton CLI script.
  • The script should take care of argument parsing through argparse.
  • The skeleton should provide an easy entry point for adding sub-commands.
  • The script should provide short usage help when run without any arguments.
  • The script should provide detailed help when run with -h or --help. This should include:
    • General description.
    • Example usage.
    • Available commands with their short description.
    • Mandatory arguments.
    • Optional arguments.
  • The script should provide a help subcommand, that has essentially same output as with -h or --help.
Todos (0 / 0)
There are no comments