Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devops-toolset

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devops-toolset

General purpose DevOps-related scripts and tools.

  • 2.17.5
  • PyPI
  • Socket score

Maintainers
2

DevOps Toolset

Last commit Build status Release
Sonar quality gate Sonar coverage Sonar tech debt Sonar violations
GitHub SemVer tag Repo size Top language License
Liberapay Donate Liberapay Donate PayPal

Everything than can be automated, must be automated!

Logo

Getting Started

Description

This project contains general purpose, DevOps-related, scripts and tools.

Prerequisites

  • You need Python 3.8.2+ installed on your machine. Please follow the instructions on the Python web site.
  • You also need to have pip package manager installed.

How to use

  1. Install from the PyPI package index using the following command: pip install devops-toolset
  2. Reference the package in your pipeline to have these tools available.

Running the tests

Unit tests

To run the unit tests you need to install pytest from PyPI. You can do so by executing the following command:

pip install pytest

Then, run the tests using the following command at the project's root path:

pytest

File structure

Directory / fileDescription
/.devopsContains pipeline definitions for the project
/coreCore settings for devops-toolset
/.devops-platformsContains platform-specific code
/filesystemFile system related tools
/i18nInternationalization related tools
/json-schemasJson schemas that support needed JSON document structures
/project typesContains scripts and tools related to specific project types like Angular, AWS, .NET, Linux, Maven, NodeJS, PHP os WordPress
/toolsContains helpers and tools used in scripts
/toolsetScript that downloads "manually" this toolset to a directory (deprecated)
/project.xmlProject description and project version

WordPress tools

This repository relies on WP CLI for WordPress automation. Please refer to WP-CLI handbook for more information and installation instructions.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc