diff --git a/docs/html/.buildinfo b/docs/html/.buildinfo index 94eafa7e..8f3308bc 100644 --- a/docs/html/.buildinfo +++ b/docs/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: dbeabcb4b13705612193fe8e75e2231c +config: 6d0004e9fd51b9ad3a54fc5057692d9a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/.doctrees/composer-cli.doctree b/docs/html/.doctrees/composer-cli.doctree index 16d84dfe..d67a7de8 100644 Binary files a/docs/html/.doctrees/composer-cli.doctree and b/docs/html/.doctrees/composer-cli.doctree differ diff --git a/docs/html/.doctrees/composer.cli.doctree b/docs/html/.doctrees/composer.cli.doctree index 4c8743cc..8e5017d1 100644 Binary files a/docs/html/.doctrees/composer.cli.doctree and b/docs/html/.doctrees/composer.cli.doctree differ diff --git a/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle index 39f19ea9..cabefe6d 100644 Binary files a/docs/html/.doctrees/environment.pickle and b/docs/html/.doctrees/environment.pickle differ diff --git a/docs/html/.doctrees/lorax-composer.doctree b/docs/html/.doctrees/lorax-composer.doctree index 7c16edb0..674ca5ce 100644 Binary files a/docs/html/.doctrees/lorax-composer.doctree and b/docs/html/.doctrees/lorax-composer.doctree differ diff --git a/docs/html/.doctrees/pylorax.api.doctree b/docs/html/.doctrees/pylorax.api.doctree index 9124f06a..b3ef3e42 100644 Binary files a/docs/html/.doctrees/pylorax.api.doctree and b/docs/html/.doctrees/pylorax.api.doctree differ diff --git a/docs/html/_modules/composer/cli.html b/docs/html/_modules/composer/cli.html index a7ff0ae2..42168815 100644 --- a/docs/html/_modules/composer/cli.html +++ b/docs/html/_modules/composer/cli.html @@ -8,7 +8,7 @@ -
#
-# composer-cli
+# composer
#
# Copyright (C) 2018 Red Hat, Inc.
#
@@ -172,7 +172,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import logging
-log = logging.getLogger("composer-cli")
+log = logging.getLogger("composer")
from composer.cli.blueprints import blueprints_cmd
from composer.cli.modules import modules_cmd
@@ -199,7 +199,7 @@
"""
# Making sure opts.args is not empty (thus, has a command and subcommand)
- # is already handled in src/bin/composer-cli.
+ # is already handled in src/bin/composer.
if opts.args[0] not in command_map:
log.error("Unknown command %s", opts.args[0])
return 1
@@ -243,7 +243,7 @@
@@ -59,7 +59,7 @@
- 29.14
+ 30.1
@@ -89,7 +89,7 @@