#!/bin/bash #test:disabled set -euo pipefail fn=spec-$(date +%N) env=python-$fn # init fission spec init # verify init [ -d specs ] [ -f specs/README ] [ -f specs/fission-deployment-config.yaml ] # TODO replace with `fission env create --spec` cat > specs/env.yaml <