Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d4b382bbe2f783233bdb73390bc4a994 to your computer and use it in GitHub Desktop.
Save ryantm/d4b382bbe2f783233bdb73390bc4a994 to your computer and use it in GitHub Desktop.
/nix/store/59c2pqf642ink7w26fx6nkj32xfvkpb4-python3.7-azure-cli-core-2.0.71
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   ├── cli
│   │   │   ├── core
│   │   │   │   ├── adal_authentication.py
│   │   │   │   ├── api.py
│   │   │   │   ├── auth_landing_pages
│   │   │   │   │   ├── fail.html
│   │   │   │   │   └── ok.html
│   │   │   │   ├── azlogging.py
│   │   │   │   ├── cloud.py
│   │   │   │   ├── commands
│   │   │   │   │   ├── arm.py
│   │   │   │   │   ├── client_factory.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── events.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── parameters.py
│   │   │   │   │   ├── progress.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── arm.cpython-37.pyc
│   │   │   │   │   │   ├── client_factory.cpython-37.pyc
│   │   │   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   │   │   ├── events.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── parameters.cpython-37.pyc
│   │   │   │   │   │   ├── progress.cpython-37.pyc
│   │   │   │   │   │   ├── template_create.cpython-37.pyc
│   │   │   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   │   │   └── validators.cpython-37.pyc
│   │   │   │   │   ├── template_create.py
│   │   │   │   │   ├── transform.py
│   │   │   │   │   └── validators.py
│   │   │   │   ├── _completers.py
│   │   │   │   ├── _config.py
│   │   │   │   ├── _debug.py
│   │   │   │   ├── decorators.py
│   │   │   │   ├── _environment.py
│   │   │   │   ├── extension
│   │   │   │   │   ├── _homebrew_patch.py
│   │   │   │   │   ├── _index.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _homebrew_patch.cpython-37.pyc
│   │   │   │   │   │   ├── _index.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   └── _resolve.cpython-37.pyc
│   │   │   │   │   └── _resolve.py
│   │   │   │   ├── file_util.py
│   │   │   │   ├── _help_loaders.py
│   │   │   │   ├── _help.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── keys.py
│   │   │   │   ├── mock.py
│   │   │   │   ├── _output.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── _profile.py
│   │   │   │   ├── profiles
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── _shared.cpython-37.pyc
│   │   │   │   │   └── _shared.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── adal_authentication.cpython-37.pyc
│   │   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   │   ├── azlogging.cpython-37.pyc
│   │   │   │   │   ├── cloud.cpython-37.pyc
│   │   │   │   │   ├── _completers.cpython-37.pyc
│   │   │   │   │   ├── _config.cpython-37.pyc
│   │   │   │   │   ├── _debug.cpython-37.pyc
│   │   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   │   ├── _environment.cpython-37.pyc
│   │   │   │   │   ├── file_util.cpython-37.pyc
│   │   │   │   │   ├── _help.cpython-37.pyc
│   │   │   │   │   ├── _help_loaders.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── keys.cpython-37.pyc
│   │   │   │   │   ├── mock.cpython-37.pyc
│   │   │   │   │   ├── _output.cpython-37.pyc
│   │   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   │   ├── _profile.cpython-37.pyc
│   │   │   │   │   ├── _session.cpython-37.pyc
│   │   │   │   │   ├── telemetry.cpython-37.pyc
│   │   │   │   │   └── util.cpython-37.pyc
│   │   │   │   ├── _session.py
│   │   │   │   ├── telemetry.py
│   │   │   │   └── util.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── azure_cli_core-2.0.71.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
18 directories, 86 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment