Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Feature: add cluster list quiet flag, ability to compose with delete #581

Merged
merged 9 commits into from
Jun 6, 2018

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented May 25, 2018

Fix #578
Fix #481

@@ -119,6 +119,11 @@ def print_clusters(clusters: List[models.Cluster]):
)
)


def print_clusters_quiet(clusters: List[models.Cluster]):
print('\n'.join([str(cluster.id) for cluster in clusters]))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we wait for the other PR and change to log.print

@jafreck jafreck removed the needs docs label Jun 5, 2018
@jafreck jafreck merged commit 88d0419 into Azure:master Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants