Metadata-Version: 1.1
Name: baguette-client
Version: 0.12
Summary: Baguette Command Line Interface
Home-page: https://github.com/baguette-io/baguette-client/
Author: UNKNOWN
Author-email: pydavid@baguette.io
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: baguette-client
        ===============
        
        
        Help
        ----
        
        ::
        
            [my-code]$ baguette
            Usage: baguette [OPTIONS] COMMAND [ARGS]...
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              app-create           Create an app of the current git repo.
              app-delete           Delete an app.
              app-list             List all the apps.
              build-detail         Detail a build.
              build-list           List all the builds.
              deployment-detail    Detail a deployment.
              deployment-list      List all the deployments.
              deployment-stop      Stop a deployment.
              key-create           Create a key.
              key-delete           Delete a key.
              key-list             List all the keys.
              login                Connect to baguette.io.
              namespace-create     Create a namespace.
              namespace-delete     Delete a namespace.
              namespace-list       List all the namespaces.
              organization-create  Create an organization.
              organization-delete  Delete an organization.
              organization-list    List all the organizations.
              quotas               List all the account quotas.
              signup               Create an account on baguette.io.
        
Keywords: cli,baguette
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
