Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 869 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 869 Bytes

click-app

1. Setup virtual environment

Enter the click-app directory, then create a virtual environment,

$ python3 -m venv .venv

Then activate the virtual environment by running:

$ source .venv/bin/activate

2. Install cli app

Install this CLI app in editable mode,

$ pip install -e .

When done, it should have click-app package installed with version 0.0.1.

Validate the installation,

$ pip show skcli

3. How to use skcli?

Use the commands by following the --help instruction,

$ skcli --help
Usage: skcli [OPTIONS] COMMAND [ARGS]...

  Safekey CLI app built with Click

Options:
  --help  Show this message and exit.

Commands:
  add     Add a new password
  get     Retrieve a password
  list    List all passwords
  remove  Remove a password
  update  Update a password