Created
November 13, 2021 20:11
-
-
Save ryantm/dc899938b264b710aaf448fad990525a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/ncy6sdzsyz84bzxng7xnmc0vdyd437xi-linode-cli-5.12.0 | |
├── bin | |
│ └── linode-cli | |
├── lib | |
│ └── python3.9 | |
│ └── site-packages | |
│ ├── etc | |
│ │ └── bash_completion.d | |
│ │ └── linode-cli.sh | |
│ ├── linodecli | |
│ │ ├── cli.py | |
│ │ ├── configuration.py | |
│ │ ├── data-3 | |
│ │ ├── __init__.py | |
│ │ ├── __main__.py | |
│ │ ├── oauth-landing-page.html | |
│ │ ├── operation.py | |
│ │ ├── output.py | |
│ │ ├── plugins | |
│ │ │ ├── image-upload.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── obj.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── image-upload.cpython-39.pyc | |
│ │ │ │ ├── __init__.cpython-39.pyc | |
│ │ │ │ ├── obj.cpython-39.pyc | |
│ │ │ │ └── ssh.cpython-39.pyc | |
│ │ │ └── ssh.py | |
│ │ ├── __pycache__ | |
│ │ │ ├── cli.cpython-39.pyc | |
│ │ │ ├── configuration.cpython-39.pyc | |
│ │ │ ├── __init__.cpython-39.pyc | |
│ │ │ ├── __main__.cpython-39.pyc | |
│ │ │ ├── operation.cpython-39.pyc | |
│ │ │ ├── output.cpython-39.pyc | |
│ │ │ └── response.cpython-39.pyc | |
│ │ └── response.py | |
│ └── linode_cli-5.12.0.dist-info | |
│ ├── direct_url.json | |
│ ├── entry_points.txt | |
│ ├── INSTALLER | |
│ ├── LICENSE | |
│ ├── METADATA | |
│ ├── RECORD | |
│ ├── REQUESTED | |
│ ├── top_level.txt | |
│ └── WHEEL | |
├── nix-support | |
│ └── propagated-build-inputs | |
└── share | |
└── bash-completion | |
└── completions | |
└── linode-cli.bash | |
15 directories, 37 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment