Stacktape
Stacktape


awsProfileUpdate()

Overview and basic usage


aws-profile:update

Updates an existing AWS profile on your system.

You will be prompted to enter the profile name and the new credentials.



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

API reference

Arguments

No available options.

Contents