pub async fn project_and_env<R: CommandRunner>(
stripe: &StripeProjects<R>,
def: &StackDef,
definition_dir: &Path,
instance: &str,
spend_cap: Option<(u32, &str)>,
) -> Result<(), ProjectsError>Expand description
Anchor the Stripe project, activate instance, and optionally set a spend cap.