Metadata-Version: 2.1
Name: portainer-deploy-tool
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: hsz12
Author-email: 
License: MIT License
Description: # portainer_deploy_tool
        
        使用portainer部署更新服务的工具
        
        ## 使用
        
        本工具提供pip安装`pip install portainer_deploy_tool`以及docker镜像`hsz1273327/portainer_deploy_tool`
        
        docker镜像中已经申明了`ENTRYPOINT [ "python","-m", "portainer_deploy_tool"]`
        
        支持3个子命令:
        
        + `updateserviceinstack`用于更新某个服务对应的镜像后根据指定的路径更新stack
        
        + `updateservicebywebhooks`用于在portainer上激活webhook后通过调用webhook更新服务
        
        + `createorupdatestack`用于根据目录下的指定后缀的文件来创建或者更新stack配置.
        
        具体参数及含义可以用`-h`命令查看
        # 0.0.1
        
        项目创建
        MIT License
        
        Copyright (c) 2021 Python-Tools
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: portainer,docker-compose,git
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
