0.7.47 • Published 4 years ago

@rxdi/ui-registry-client v0.7.47

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Use with global registry

registry add './src/**/*.ts' --url https://ui-registry.graphql-server.com/upload

Use with private registry Defaults to http://localhost:9000/upload

registry add './src/**/*.ts'

Use with custom configuration registry

registry set \
'{"token":"083adcacfa9ea952e","registry":"https://ui-registry.graphql-server.com/upload"}'

This command will generate config.json inside ~/home/.rxdi/config.json with content

{
  "token": "083adcacfa9ea952e",
  "registry": "https://ui-registry.graphql-server.com/upload"
}

This configuration will be taken everytime registry add command is executed.