github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/cmd/juju/helptopics/basics.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package helptopics
     5  
     6  const Basics = `
     7  Juju -- devops distilled
     8  https://juju.ubuntu.com/
     9  
    10  Juju provides easy, intelligent service orchestration on top of environments
    11  such as Amazon EC2, HP Cloud, OpenStack, MaaS, or your own local machine.
    12  
    13  Basic commands:
    14    juju init             generate boilerplate configuration for juju environments
    15    juju bootstrap        start up an environment from scratch
    16  
    17    juju deploy           deploy a new service
    18    juju add-relation     add a relation between two services
    19    juju expose           expose a service
    20  
    21    juju help juju        what is juju?
    22    juju help bootstrap   more help on e.g. bootstrap command
    23    juju help commands    list all commands
    24    juju help glossary    glossary of terms
    25    juju help topics      list all help topics
    26  
    27  Provider information:
    28    juju help azure-provider       use on Windows Azure
    29    juju help ec2-provider         use on Amazon EC2
    30    juju help hpcloud-provider     use on HP Cloud
    31    juju help local-provider       use on this computer
    32    juju help openstack-provider   use on OpenStack
    33  `