Zum Inhalt springen

Unified Cloud & Shell Automation with pygcli

Pygcli

pygcli is a versatile command-line toolkit designed to seamlessly unify Linux shell commands, Google Cloud operations, and Python workflows — all through a single, intuitive NPM package. Whether you’re scripting automation tasks, interacting with cloud storage, or running Python scripts with arguments, pygcli bridges the gap between development and operations. Developers can execute familiar Linux commands directly from Node.js, upload files to Google Cloud Storage with ease, and trigger Python scripts as part of integrated workflows.

Features

  • Run Linux shell commands from Node.js
  • Upload files to Google Cloud Storage
  • Trigger Python scripts with arguments

Installation

npm install -g pygcli

Usage

pygcli shell "ls -la"
pygcli upload ./file.txt your-bucket-name
pygcli python script.py arg1 arg2

Example

node examples/syncAndProcess.js

Requirements

Node.js >= 16
Python 3.x installed
GCP SDK configured (via GOOGLE_APPLICATION_CREDENTIALS env var)

GitHub Repo

https://github.com/RaghavaCh440/pygcli

MIT License

Copyright (c) 2025 Raghava Chellu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the „Software“), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED „AS IS“, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

Raghava Chellu
Software Engineering | Support Engineer – Specialist
Equifax Inc.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert