Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 618 Bytes

Dev Container Features

This repository contains a collection of Features related to Astronomer and Airflow. Each sub-section below shows a sample devcontainer.json alongside example usage of the Feature.

Usage

astro-cli

Running astro [command] inside the built container will execute the respective command for the Astro CLI.

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
      "ghcr.io/astronomer/codespaces-features/astro-cli:1": {}
  },
  "postCreateCommand": "bash -i -c 'astro dev start -n --wait 2m'" # Optional
}
$ astro dev start