Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

apoplan

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apoplan

Bauplan CLI

pipPyPI
Version
0.0.3a33
Maintainers
1

Bauplan CLI

Requirements

  • direnv
  • nix
  • devenv

Package publication

Nathan version

Currently wheel is only supported on OSX with arm64

First compile dependency binaries (the actual CLI)

$ python build.py
...

To build the poetry package:

$ poetry build
...

To publish, first bump the version, then run publish

$ python build.py && poetry -vvv publish -u __token__ -p pypi-blahblahblah --build
...

Big version

Create a .env file on the root of the cli project (I have a .env-amarone-dev file) with:

POETRY_PYPI_TOKEN_PYPI={{ op://BauplanLabs/pypi - github-all-events-publish-bauplan/credential }}

Where:

  • BauplanLabs is my Vault name
  • pypi - github-all-events-publish-bauplan is the Key of my API Credential item
  • credential is the field containing the auth token.

To build the poetry package:

$ make build

To publish, first bump the version, then run publish

$ make publish
...

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