Stacktape
Stacktape


awsProfileCreate()

Overview and basic usage


Creates new AWS profile on your system.


  • You will be prompted to enter profile name, AWS access key id and AWS secret access key.
  • Uses home directory (default AWS location) to store them.
  • These credentials are usable by any other tooling that works with AWS.

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

API reference

Arguments

No available options.

Contents