https://github.com/sankamuk/adlsgen2admin
Azure ADLS Gen2 CLI Tool
https://github.com/sankamuk/adlsgen2admin
adlsgen2 azure bash filesystem powershell
Last synced: 3 months ago
JSON representation
Azure ADLS Gen2 CLI Tool
- Host: GitHub
- URL: https://github.com/sankamuk/adlsgen2admin
- Owner: sankamuk
- License: apache-2.0
- Created: 2020-02-22T00:14:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T16:50:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T03:20:49.588Z (5 months ago)
- Topics: adlsgen2, azure, bash, filesystem, powershell
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure ADLS Gen2 CLI Tool



A simple CLI tool to use Azure ADLS Gen2.
***Features:***
- Simple and lightweight BASH (Unix) and Powershell (Windows) based CLI utility
- Uses AAD SPN(OAuth) to authenticate request,
- This Client Id, Client Secret and AAD Tenent Id should be available in environment as variable CLIENT_ID, CLIENT_SECRET and TENENT_ID
- For unix version only curl and python 2.7 are enough (default available)
- For Windows version Powershell should be enough
- Currently the support ls, mkdir, rmdir, rm, cat, put operation
- Currently put only supports text files
- You can only cat text files***Usage:***
- Unix```
./adlsgen2admin.sh -a ls -f w6pd3jhfgdhnkbcontainer/container@/tmp/test_folder
```- Windows
```
.\adlsgen2admin.ps1 /a ls /f w6pd3jhfgdhnkbcontainer/container@/tmp/test_folder
```