Socket
Socket
Sign inDemoInstall

outsystems-pipeline

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outsystems-pipeline

Python package to accelerate the integration of OutSystems with third-party CI/CD tools


Maintainers
1

The outsystems-pipeline Python package provides functions to support the creation of OutSystems CI/CD pipelines using your DevOps automation tool of choice.

Visit the project repository <https://github.com/OutSystems/outsystems-pipeline>_ on GitHub for instructions on how to build example OutSystems CI/CD pipelines with common DevOps automation tools, as well as documentation that will help you adapt the examples to your particular scenarios.

What's new

Download Application Source Code

A new script was added to download platform-generated source code:

  • fetch_apps_source_code.py

Use the following parameters to generate more human-readable outputs and facilitate the compilation of the source code:

  • --friendly_package_names: source code packages with user-friendly names.
  • --include_all_refs: adds to .csproj file all assemblies in the bin folder as references.
  • --remove_resources_files: removes references to embedded resources files from the.csproj file.

Solution Download and Deploy

Added new functions to leverage the recently released/improved APIs to download and deploy outsystems packages:

  • fetch_lifetime_solution_from_manifest.py - downloads a solution file based on manifest data.
  • deploy_package_to_target_env.py - deploys an outsystems package (solution or application) to a target environment.
  • deploy_package_to_target_env_with_osptool.py - deploys an outsystems package (solution or application) using OSP Tool.

Improved OSPTool Operations

OSPTool command line calls now have live output callback and catalog mapping support.

Updated Package Dependencies

  • Updated python-dateutil dependency to version 2.9.0.post0
  • Updated python-dotenv dependency to version 1.0.1

Installing and upgrading

Install or upgrade outsystems-pipeline to the latest available version as follows: ::

pip install -U outsystems-pipeline

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