...
Code Block |
---|
# Install all available artifacts (optionally, of a given type. if artifact_type # is not supplied then all artifact types will be installed). # NOTE THAT --install DOES NOT ASK FOR ANY CONFIRMATION. Use --explore for that. python3 catalog.py --install --artifact_type=dashboards |
Install out of the box Kloudfuse artifacts
Code Block |
---|
python3 catalog.py --explore --artifact_type=alerts --use_dir auto_installed_artifacts |
Migrating artifacts from other platforms
...