Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...