Metadata-Version: 1.2
Name: magestore_aup
Version: 1.0.8
Summary: Stop containers before build package (for performance)
Home-page: https://magestore.com
Author: Mars
Author-email: mars@trueplus.vn
License: UNKNOWN
Description: ## How to use
        
        This package provided function name **deploy**, it will update Magestore pwa pos package to any remote server.  
        The **deploy** function has required params:
        + *repo_name*: the name of repo that will be upload to remote server
        + *tag_name*: released package tag name
        + *github_access_token*: github personal access token that have permission to access the repo *repo_name*
        + *instance_info*: dict contains all remote server info (all required , except *web_container_id*, *db_container_id* only required when instance installed by [magento-apache](https://gitlab.com/general-oil/infrastructure/tree/master/Environment/Magento/DemoPortalApache) docker)
          + ip: server ip address
          + user: server username
          + password: username's password
          + local_key_file_path: path to private key file on local machine
          + source_folder: absolute path to magento source
          + web_container_id: web container id (installed by [magento-apache](https://gitlab.com/general-oil/infrastructure/tree/master/Environment/Magento/DemoPortalApache) docker)
          + db_container_id: db container id (installed by [magento-apache](https://gitlab.com/general-oil/infrastructure/tree/master/Environment/Magento/DemoPortalApache) docker)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
