* feature:CLI:Add ``chalice package`` command. This will
create a SAM template and Lambda deployment package that
can be subsequently deployed by AWS CloudFormation. (258)
* feature:CLI:Add a ``--stage-name`` argument for creating chalice stages.
A chalice stage is a completely separate set of AWS resources.
As a result, most configuration values can also be specified
per chalice stage. (264, 270)
* feature:policy:Add support for ``iam_role_file``, which allows you to
specify the file location of an IAM policy to use for your app (272)
* feature:config:Add support for setting environment variables in your app (273)
* feature:CI-CD:Add a ``generate-pipeline`` command (277)