Created
November 5, 2021 04:24
-
-
Save ryantm/af989259d51aad63027915051e922e23 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/1k6gvbl9p9qynr8rzg4gzqdl0bnzjb27-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