跳转到主要内容

Salt与Microsoft Azure交互的扩展

项目描述

Azure资源管理器Salt扩展模块

Documentation Status

Salt与Microsoft Azure交互的扩展

安全

如果您认为您发现了一个安全漏洞,请参阅Salt的安全指南

用户文档

此README更多是关于对项目的贡献。如果您想开始使用,请参阅用户文档

贡献

saltext-azurerm项目团队欢迎社区贡献。

有关详细信息,请参阅Salt贡献指南,但如果您想立即开始,以下是如何开始的方法

# Clone the repo
git clone --origin salt git@github.com:salt-extensions/saltext-azurerm.git

# Change to the repo dir
cd saltext-azurerm

# Create a new venv
python3 -m venv env --prompt saltext-azurerm
source env/bin/activate

# On mac, you may need to upgrade pip
python -m pip install --upgrade pip

# On WSL or some flavors of linux you may need to install the `enchant`
# library in order to build the docs
sudo apt-get install -y enchant

# Install extension + test/dev/doc dependencies into your environment
python -m pip install -e '.[tests,dev,docs]'

# Run tests!
python -m nox -e tests-3

# skip requirements install for next time
export SKIP_REQUIREMENTS_INSTALL=1

# Build the docs, serve, and view in your web browser:
python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)

编写代码并不是唯一的方式!我们重视任何以下领域的贡献

您还可以以其他方式做出贡献

  • 撰写博客文章
  • 在社交媒体上发布您如何使用 Salt+Azurerm 解决问题的内容,包括视频
  • 在会议上发表演讲
  • 发布视频
  • 在IRC、Slack或电子邮件群组中提问/回答问题

这些内容对我们社区来说都非常宝贵,我们真诚地感谢每一位贡献者!

有关更多信息,请构建文档并访问http://localhost:8000/——在那里您可以找到其余的文档。

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

saltext_azurerm-4.1.0.tar.gz (143.3 kB 查看哈希值

上传时间

构建分布

saltext.azurerm-4.1.0-py2.py3-none-any.whl (126.9 kB 查看哈希值

上传时间 Python 2 Python 3

由以下提供支持