Skip to main content

project_and_env

Function project_and_env 

Source
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.