5.6.103 • Published 3 months ago

livingdocs-cli v5.6.103

Weekly downloads
99
License
MIT
Repository
github
Last release
3 months ago

oclif Version Downloads/week License

livingdocs-cli

Livingdocs Command Line Interface

Setup

npm install -g livingdocs-cli
livingdocs-cli --help

Documentation

Livingdocs CLI documentation

Commands Reference

livingdocs-cli component-library:build

Build a Component Library JSON file

USAGE
  $ livingdocs-cli component-library:build

OPTIONS
  -d, --dist=dist  The folder where the output will be written.
  -s, --src=src    The folder with your .html component templates

See code: src/commands/component-library/build.js

livingdocs-cli config:print

Print current CLI configuration

USAGE
  $ livingdocs-cli config:print

OPTIONS
  -e, --env=env          If used configuration options are loaded from .livingdocs-cli file.
  -p, --project=project  If used configuration options are loaded from .livingdocs-cli file.

See code: src/commands/config/print.js

livingdocs-cli design-server:start

Start a design server for development

USAGE
  $ livingdocs-cli design-server:start

OPTIONS
  -a, --address=address  The address of the design-server.
  -d, --dist=dist        (required) The folder to load designs from.
  -p, --port=port        [default: 9030] The port of the design-server.
  --assets=assets        Asset folder to serve static files.
  --basePath=basePath    The basePath to set in `assets.basePath`.
  --verbose

See code: src/commands/design-server/start.js

livingdocs-cli help [COMMAND]

display help for livingdocs-cli

USAGE
  $ livingdocs-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

livingdocs-cli project-config:download

Download a project configuration

USAGE
  $ livingdocs-cli project-config:download

OPTIONS
  -d, --dist=dist           The folder where the output will be written.
  -e, --env=env             If used configuration options are loaded from .livingdocs-cli file.

  -h, --host=host           (required) [default: http://localhost:9090] The livingdocs host.
                            Can be set by the environment variable 'LI_HOST'.

  -p, --project=project     If used configuration options are loaded from .livingdocs-cli file.

  -t, --token=token         (required) Access Token for your project (needs `public-api:config:read` permission).
                            Can be set by the environment variable 'LI_TOKEN'.

  --format=js|js/html|json  The format of the files written.

See code: src/commands/project-config/download.js

livingdocs-cli project-config:import-design

Import a design into a given project configuration

USAGE
  $ livingdocs-cli project-config:import-design

OPTIONS
  -d, --dist=dist            (required) The folder where the output will be written.
  -e, --env=env              If used configuration options are loaded from .livingdocs-cli file.
  -p, --project=project      If used configuration options are loaded from .livingdocs-cli file.
  -u, --designUri=designUri  (required) URL of the design to import

See code: src/commands/project-config/import-design.js

livingdocs-cli project-config:plan

See what would be updated in a publish command

USAGE
  $ livingdocs-cli project-config:plan

OPTIONS
  -d, --dist=dist        The folder where the output will be written.
  -e, --env=env          If used configuration options are loaded from .livingdocs-cli file.

  -h, --host=host        (required) [default: http://localhost:9090] The livingdocs host.
                         Can be set by the environment variable 'LI_HOST'.

  -p, --project=project  If used configuration options are loaded from .livingdocs-cli file.

  -s, --source=source    The folder or filename to the project config.

  -t, --token=token      (required) Access Token for your project (needs `public-api:config:write` permission).
                         Can be set by the environment variable 'LI_TOKEN'.

See code: src/commands/project-config/plan.js

livingdocs-cli project-config:publish

Publish a project configuration to your project

USAGE
  $ livingdocs-cli project-config:publish

OPTIONS
  -d, --dist=dist        The folder where the output will be written.
  -e, --env=env          If used configuration options are loaded from .livingdocs-cli file.

  -h, --host=host        (required) [default: http://localhost:9090] The livingdocs host.
                         Can be set by the environment variable 'LI_HOST'.

  -p, --project=project  If used configuration options are loaded from .livingdocs-cli file.

  -s, --source=source    The folder or filename to the project config.

  -t, --token=token      (required) Access Token for your project (needs `public-api:config:write` permission).
                         Can be set by the environment variable 'LI_TOKEN'.

  -y, --yes              Confirm

See code: src/commands/project-config/publish.js

livingdocs-cli project-config:publish-design

Publish Design to DesignServer

USAGE
  $ livingdocs-cli project-config:publish-design

OPTIONS
  -d, --dist=dist          (required) The folder to the design.
  -f, --forceUpdate        The design name of the assets to upload

  -h, --host=host          (required) [default: http://localhost:9090] The livingdocs host.
                           Can be set by the environment variable 'LI_HOST'.

  -p, --password=password  password for login

  -u, --username=username  username for login

See code: src/commands/project-config/publish-design.js

livingdocs-cli project-config:upload-assets

Upload assets to your design

USAGE
  $ livingdocs-cli project-config:upload-assets

OPTIONS
  -a, --assets=assets                The folder where you asset files are located.
  -d, --designName=designName        The design name of the assets to upload
  -d, --designVersion=designVersion  The design version of the assets to upload

  -h, --host=host                    [default: http://localhost:9090] The livingdocs host.
                                     Can be set by the environment variable 'LI_HOST'.

  -t, --token=token                  (required) Access Token for your project (needs `public-api:config:write`
                                     permission).
                                     Can be set by the environment variable 'LI_TOKEN'.

See code: src/commands/project-config/upload-assets.js

5.6.95

3 months ago

5.6.94

3 months ago

5.6.97

3 months ago

5.6.96

3 months ago

5.6.91

4 months ago

5.6.90

4 months ago

5.6.93

3 months ago

5.6.92

4 months ago

5.6.99

3 months ago

5.6.98

3 months ago

5.6.84

5 months ago

5.6.83

5 months ago

5.6.86

5 months ago

5.6.85

5 months ago

5.6.80

5 months ago

5.6.82

5 months ago

5.6.81

5 months ago

5.6.88

5 months ago

5.6.87

5 months ago

5.6.89

4 months ago

5.6.73

5 months ago

5.6.72

5 months ago

5.6.75

5 months ago

5.6.74

5 months ago

5.6.71

5 months ago

5.6.70

5 months ago

5.6.77

5 months ago

5.6.76

5 months ago

5.6.79

5 months ago

5.6.78

5 months ago

5.6.62

5 months ago

5.6.61

5 months ago

5.6.64

5 months ago

5.6.63

5 months ago

5.6.60

5 months ago

5.6.69

5 months ago

5.6.66

5 months ago

5.6.65

5 months ago

5.6.68

5 months ago

5.6.67

5 months ago

5.6.51

7 months ago

5.6.50

7 months ago

5.6.53

7 months ago

5.6.52

7 months ago

5.6.100

3 months ago

5.6.101

3 months ago

5.6.102

3 months ago

5.6.103

3 months ago

5.6.59

6 months ago

5.6.58

6 months ago

5.6.55

7 months ago

5.6.54

7 months ago

5.6.57

6 months ago

5.6.56

6 months ago

5.6.48

7 months ago

5.6.47

7 months ago

5.6.49

7 months ago

5.6.44

7 months ago

5.6.43

7 months ago

5.6.46

7 months ago

5.6.45

7 months ago

5.6.40

8 months ago

5.6.42

8 months ago

5.6.41

8 months ago

5.6.39

8 months ago

5.6.38

8 months ago

5.6.31

9 months ago

5.6.30

9 months ago

5.6.37

9 months ago

5.6.36

9 months ago

5.6.33

9 months ago

5.6.32

9 months ago

5.6.35

9 months ago

5.6.34

9 months ago

5.6.29

9 months ago

5.6.26

10 months ago

5.6.28

9 months ago

5.6.27

9 months ago

5.6.19

11 months ago

5.6.18

11 months ago

5.6.15

11 months ago

5.6.14

11 months ago

5.6.17

11 months ago

5.6.16

11 months ago

5.6.11

12 months ago

5.6.10

12 months ago

5.6.13

12 months ago

5.6.12

12 months ago

5.5.2

12 months ago

5.5.1

12 months ago

5.5.0

12 months ago

5.4.34

12 months ago

5.4.32

12 months ago

5.4.33

12 months ago

5.4.30

12 months ago

5.4.31

12 months ago

5.4.29

12 months ago

5.4.27

12 months ago

5.6.9

12 months ago

5.4.28

12 months ago

5.6.8

12 months ago

5.4.25

12 months ago

5.6.7

12 months ago

5.4.26

12 months ago

5.6.6

12 months ago

5.4.23

12 months ago

5.6.5

12 months ago

5.4.24

12 months ago

5.6.4

12 months ago

5.4.21

12 months ago

5.6.3

12 months ago

5.4.22

12 months ago

5.6.2

12 months ago

5.6.1

12 months ago

5.4.20

12 months ago

5.6.0

12 months ago

5.4.18

1 year ago

5.4.19

12 months ago

5.4.16

1 year ago

5.4.17

1 year ago

5.4.14

1 year ago

5.4.15

1 year ago

5.4.13

1 year ago

5.6.20

11 months ago

5.6.25

10 months ago

5.6.22

10 months ago

5.6.21

11 months ago

5.6.24

10 months ago

5.6.23

10 months ago

5.4.12

1 year ago

5.4.10

1 year ago

5.4.11

1 year ago

5.4.9

1 year ago

5.4.8

1 year ago

5.4.7

1 year ago

5.4.6

1 year ago

5.4.5

1 year ago

5.4.4

1 year ago

5.4.3

1 year ago

5.4.2

1 year ago

5.4.1

1 year ago

5.4.0

1 year ago

5.3.11

1 year ago

5.3.10

1 year ago

5.3.9

1 year ago

5.3.8

1 year ago

5.3.7

1 year ago

5.3.6

1 year ago

5.3.5

1 year ago

5.3.4

1 year ago

5.3.3

1 year ago

5.3.2

1 year ago

5.3.1

1 year ago

5.3.0

1 year ago

5.2.3

1 year ago

5.2.2

1 year ago

5.1.31

1 year ago

5.2.1

1 year ago

5.2.0

1 year ago

5.1.30

1 year ago

5.1.29

1 year ago

5.1.28

1 year ago

5.1.27

1 year ago

5.1.26

1 year ago

5.1.25

1 year ago

5.1.24

1 year ago

5.1.23

1 year ago

5.1.22

1 year ago

5.1.21

2 years ago

5.1.20

2 years ago

5.1.19

2 years ago

5.1.18

2 years ago

5.1.17

2 years ago

5.1.16

2 years ago

5.1.15

2 years ago

5.1.14

2 years ago

5.1.13

2 years ago

5.1.12

2 years ago

5.1.10

2 years ago

5.1.9

2 years ago

5.1.8

2 years ago

5.1.7

2 years ago

5.1.6

2 years ago

5.1.5

2 years ago

5.0.6

2 years ago

5.1.4

2 years ago

5.0.5

2 years ago

5.1.3

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

2.5.6

2 years ago

2.5.8

2 years ago

2.5.7

2 years ago

3.0.0

2 years ago

2.5.4

2 years ago

2.5.5

2 years ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.5.3

2 years ago

2.4.1

3 years ago

2.3.0

3 years ago

2.1.2

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.1.0

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago