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

Add lsa command #96

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 14, 2021

  1. Add lsa command

    This commands list all child paths from a given parent path.
    
    Be careful to run from the root vault path. Can result in out
    of memory depends on the size of the vault.
    fr123k committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    fa16c9c View commit details
    Browse the repository at this point in the history
  2. Only return full path not sub path

    Instead of returning
    ```
    secret/environment/dev/petshop
    secret/environment/dev
    secret/environment
    ```
    
    it return's only the full path.
    ```
    secret/environment/dev/petshop
    ```
    fr123k committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    16bd227 View commit details
    Browse the repository at this point in the history
  3. Fix Run function comment

    fr123k committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    cf457b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df65bf5 View commit details
    Browse the repository at this point in the history