azure-cli
Version:
Microsoft Azure Cross Platform Command Line tool
16 lines (14 loc) • 707 B
Markdown
# Azure-Xplat-CLI Documentation
1. [Setting up the repo](./SetupRepo.md)
2. [Authentication and Account Setup](./Authentication.md)
3. [Developing the cmds](./Writing-Cmd.md)
4. [Debugging Commands and Tests](./Debugging.md)
5. Testing the CLI
- [Setting up the Environment Variables](./EnvironmentVariables.md)
- [Test Modes & Recording Infrastructure](./TestModes.md)
- [Running Tests](./RunTests.md)
- [How to Write a Test](./Writing-Test.md)
- [Best Practices while writing Tests](./BestPractices-Testing.md)
6. [Release Process](./ReleaseProcess.md)
7. [Generating Self Signed Certificates for Testing Purpose](./DummyCerts.md)
8. [Supporting Corporate Proxy](./CorporateProxy.md)