Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 631 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 631 Bytes

commands-base

Stores base commands container configuration for aladdin projects to inherit from

Examples

  1. Using the command-base container image here
    Useful for quickly getting up and running or trying out aladdin commands for the first time
  2. Using a custom container image here
    Useful for when your project is already using a custom docker image and only needs the commands-base executable
  3. Using a custom container image and Poetry here
    Same as above, but with Poetry (https://python-poetry.org/)