1.0.0 Preview Release 4
Changelog
- Adds import support for
mongodb+srv://
scheme introduced with MongoDB 3.6. This simplifies the src_uri formation. This doesn't affect the user of the oldermongodb://
scheme.
Example usage with the new scheme:
abc import --src_type=mongodb --src_uri="mongodb+srv://user:password@some-cluster.mongodb.net/test?retryWrites=true&w=majority" es-index
- Adds app creation support for ElasticSearch v7, which is the default now.
Example usage:
abc create --es7 my-appbase-app