{%- extends "basic/layout.html" %} {% set deprecated_commands = ({ 'reference/ecr/get-login': ['reference/ecr/get-login-password', 'get-login-password'], 'reference/cloudtrail/create-subscription': None, 'reference/cloudtrail/update-subscription': None, }) %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {{ super() }} {%- endblock %} {# Displays the next and previous links both before and after content #} {% macro render_relations(class='footer-links', add_spacer=0) -%} {% if prev or next %}
AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. {% if pagename in deprecated_commands %} {% if deprecated_commands[pagename] %} This command is deprecated in AWS CLI version 2, use {{ deprecated_commands[pagename][1] }} instead. {% else %} This command is deprecated and no longer available in AWS CLI version 2. {% endif %} {% else %} To view this page for the AWS CLI version 2, click here. {% endif %} For more information see the AWS CLI version 2 installation instructions and migration guide.