Stacktape
Stacktape


awsProfileDelete()

Overview and basic usage


Deletes AWS profile from your system.


  • You will be prompted to enter the profile name

import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.awsProfileDelete();

API reference

Arguments

No available options.

Contents