We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab0d38 commit a4f68deCopy full SHA for a4f68de
README.rst
@@ -245,6 +245,21 @@ variable before defaulting to ``notepad`` on Windows and
245
aws> dynamodb list-tables
246
aws> .edit
247
248
+Changing Profiles with .profile
249
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
+
251
+You can change the current AWS CLI profile used by the aws-shell
252
+by using the ``.profile`` dot command. If you run the ``.profile``
253
+command with no arguments, the currently configured shell profile
254
+will be printed.
255
256
+::
257
258
+ aws> .profile demo
259
+ Current shell profile changed to: demo
260
+ aws> .profile
261
+ Current shell profile: demo
262
263
264
Executing Shell Commands
265
------------------------
0 commit comments