github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_instances_ls.md (about)

     1  ## cozy-stack instances ls
     2  
     3  List instances
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances ls allows to list all the instances that can be served
     9  by this server.
    10  
    11  
    12  ```
    13  cozy-stack instances ls [flags]
    14  ```
    15  
    16  ### Examples
    17  
    18  ```
    19  $ cozy-stack instances ls
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25        --available-fields   List available fields for --fields option
    26        --fields strings     Arguments shown for each line in the list
    27    -h, --help               help for ls
    28        --json               Show each line as a json representation of the instance
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --admin-host string   administration server host (default "localhost")
    35        --admin-port int      administration server port (default 6060)
    36    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    37        --host string         server host (default "localhost")
    38    -p, --port int            server port (default 8080)
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    44