Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 5, 2021 04:23
Show Gist options
  • Save ryantm/3032921131536c8e55da084e3e6104c8 to your computer and use it in GitHub Desktop.
Save ryantm/3032921131536c8e55da084e3e6104c8 to your computer and use it in GitHub Desktop.
/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