You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/19 21:08:13 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze

mik-laj commented on a change in pull request #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze
URL: https://github.com/apache/airflow/pull/7458#discussion_r381545067
 
 

 ##########
 File path: breeze-complete
 ##########
 @@ -27,23 +27,47 @@ _BREEZE_DEFAULT_DOCKERHUB_USER="apache"
 _BREEZE_DEFAULT_DOCKERHUB_REPO="airflow"
 
 _BREEZE_SHORT_OPTIONS="
-h P: B: I: K Z X
+h P: B: I:
 M: V:
-s b O N
-v y n C A
+s N
+v y n
 r p R L u
-c D: H: e a
-t: d: k x: S: F:
+c D: H:
 "
 
 _BREEZE_LONG_OPTIONS="
-help python: backend: integration: start-kind-cluster recreate-kind-cluster stop-kind-cluster
+help python: backend: integration:
 kubernetes-mode: kubernetes-version:
-skip-mounting-local-sources build-only build-docs
-verbose assume-yes assume-no toggle-suppress-cheatsheet toggle-suppress-asciiart
+skip-mounting-local-sources
+verbose assume-yes assume-no
 force-build-images force-pull-images force-clean-images use-local-cache push-images
-cleanup-images dockerhub-user: dockerhub-repo: initialize-local-virtualenv setup-autocomplete
-test-target: docker-compose: stop-environment execute-command: static-check: static-check-all-files:
+cleanup-images dockerhub-user: dockerhub-repo:
+"
+
+_BREEZE_COMMANDS="
+shell
+O build-docs
+b build-only
+e initialize-local-virtualenv
+a setup-autocomplete
+k stop-environment
+S static-check
+F static-check-all-files
+t test-target
+h help
+K start-kind-cluster
+Z recreate-kind-cluster
+X stop-kind-cluster
+toggle-suppress-cheatsheet
+toggle-suppress-asciiart
+"
+
+_BREEZE_EXTRA_ARG_COMMANDS="
+S static-check
 
 Review comment:
   It's a mistake. Fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services