文件名称:awsp:轻松切换AWS配置文件
文件大小:365KB
文件格式:ZIP
更新时间:2024-05-31 12:36:18
JavaScript
AWSP-AWS配置文件切换器 在AWS Profiles之间轻松切换 先决条件 使用aws cli设置您的配置文件 aws configure --profile PROFILE_NAME 您也可以--profile PROFILE_NAME参数来设置default凭据 请参阅此文档以获取更多信息 设置 npm install -g awsp 将以下内容添加到您的.bashrc或.zshrc配置中 alias awsp= " source _awsp " 用法 awsp 在shell提示中显示您的AWS Profile 为了更好地了解您的shell设置,将提示配置为显示env变量AWS_PROFILE的值AWS_PROFILE 。 这是使用oh-my-zsh主题的zsh提示配置的示例 function aws_prof { local profile= " ${AWS_PRO
【文件预览】:
awsp-master
----.gitignore(13B)
----package.json(452B)
----package-lock.json(9KB)
----index.js(2KB)
----README.md(1KB)
----run.sh(191B)
----screenshot.png(16KB)
----demo.gif(428KB)
----postinstall.sh(113B)