Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created April 13, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhamelink/798fa36071f34a1f1ef2a2e727445e21 to your computer and use it in GitHub Desktop.
Save johnhamelink/798fa36071f34a1f1ef2a2e727445e21 to your computer and use it in GitHub Desktop.
jupiter% az
Welcome to Azure CLI!
---------------------
Use `az -h` to see available commands or go to https://aka.ms/cli.
Telemetry
---------
The Azure CLI collects usage data in order to improve your experience.
The data is anonymous and does not include commandline argument values.
The data is collected by Microsoft.
You can change your telemetry settings with `az configure`.
/\
/ \ _____ _ _ ___ _
/ /\ \ |_ / | | | \'__/ _\
/ ____ \ / /| |_| | | | __/
/_/ \_\/___|\__,_|_| \___|
Welcome to the cool new Azure CLI!
Here are the base commands:
No module named 'yaml'
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/knack/cli.py", line 194, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 271, in execute
self.help.show_welcome(subparser)
File "/usr/lib/python3.6/site-packages/knack/help.py", line 434, in show_welcome
help_file = GroupHelpFile('', parser)
File "/usr/lib/python3.6/site-packages/knack/help.py", line 173, in __init__
child.load(options)
File "/usr/lib/python3.6/site-packages/knack/help.py", line 128, in load
if hasattr(options, '_defaults')
File "/usr/lib/python3.6/site-packages/knack/help.py", line 102, in _load_help_file_from_string
import yaml
ModuleNotFoundError: No module named 'yaml'
jupiter% yay -S python-yaml
[sudo] password for john:
resolving dependencies...
looking for conflicting packages...
Packages (2) libyaml-0.1.7-1 python-yaml-3.12-3
Total Download Size: 0.19 MiB
Total Installed Size: 0.88 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libyaml-0.1.7-1-x86_64 53.0 KiB 119K/s 00:00 [################################################################] 100%
python-yaml-3.12-3-x86_64 142.2 KiB 317K/s 00:00 [################################################################] 100%
(2/2) checking keys in keyring [################################################################] 100%
(2/2) checking package integrity [################################################################] 100%
(2/2) loading package files [################################################################] 100%
(2/2) checking for file conflicts [################################################################] 100%
(2/2) checking available disk space [################################################################] 100%
:: Processing package changes...
(1/2) installing libyaml [################################################################] 100%
(2/2) installing python-yaml [################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
jupiter% az
/\
/ \ _____ _ _ ___ _
/ /\ \ |_ / | | | \'__/ _\
/ ____ \ / /| |_| | | | __/
/_/ \_\/___|\__,_|_| \___|
Welcome to the cool new Azure CLI!
Here are the base commands:
account : Manage Azure subscription information.
acr : Manage Azure Container Registries.
acs : Manage Azure Container Services.
ad : Manage Azure Active Directory Graph entities needed for Role Based Access
Control.
advisor : Manage Azure Advisor.
aks : Manage Azure Kubernetes Services.
appservice : Manage App Service plans.
backup : Commands to manage Azure Backups.
batch : Manage Azure Batch.
batchai : Batch AI.
billing : Manage Azure Billing.
cdn : Manage Azure Content Delivery Networks (CDNs).
cloud : Manage registered Azure clouds.
cognitiveservices: Manage Azure Cognitive Services accounts.
configure : Display and manage the Azure CLI 2.0 configuration. This command is
interactive.
consumption : Manage consumption of Azure resources.
container : Manage Azure Container Instances.
cosmosdb : Manage Azure Cosmos DB database accounts.
disk : Manage Azure Managed Disks.
dla : (PREVIEW) Manage Data Lake Analytics accounts, jobs, and catalogs.
dls : (PREVIEW) Manage Data Lake Store accounts and filesystems.
eventgrid : Manage Azure Event Grid topics and subscriptions.
eventhubs : Manage Azure Event Hubs namespaces, eventhubs, consumergroups and geo
recovery configurations - Alias.
extension : Manage and update CLI extensions.
feature : Manage resource provider features.
feedback : Loving or hating the CLI? Let us know!
find : Find Azure CLI commands.
functionapp : Manage function apps.
group : Manage resource groups and template deployments.
identity : Managed Service Identities.
image : Manage custom virtual machine images.
interactive : Start interactive mode.
iot : (PREVIEW) Manage Internet of Things (IoT) assets.
keyvault : Safeguard and maintain control of keys, secrets, and certificates.
lab : Manage Azure DevTest Labs.
lock : Manage Azure locks.
login : Log in to Azure.
logout : Log out to remove access to Azure subscriptions.
managedapp : Manage template solutions provided and maintained by Independent Software
Vendors (ISVs).
monitor : Manage the Azure Monitor Service.
mysql : Manage Azure Database for MySQL servers.
network : Manage Azure Network resources.
policy : Manage resource policies.
postgres : Manage Azure Database for PostgreSQL servers.
provider : Manage resource providers.
redis : Access to a secure, dedicated Redis cache for your Azure applications.
reservations : Manage Azure Reservations.
resource : Manage Azure resources.
role : Manage user roles for access control with Azure Active Directory and service
principals.
servicebus : Manage Azure Service Bus namespaces, queues, topics, subscriptions, rules and
geo-disaster recovery configuration alias.
sf : Manage and administer Azure Service Fabric clusters.
snapshot : Manage point-in-time copies of managed disks, native blobs, or other
snapshots.
sql : Manage Azure SQL Databases and Data Warehouses.
storage : Manage Azure Cloud Storage resources.
tag : Manage resource tags.
vm : Provision Linux or Windows virtual machines.
vmss : Manage groupings of virtual machines in an Azure Virtual Machine Scale Set
(VMSS).
webapp : Manage web apps.
jupiter%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment