-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minlopro: Lightning Knowledge Setup (P2)
- Loading branch information
1 parent
4f5d322
commit e2656ae
Showing
6 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
scripts/util/export_sample_data.sh → ...s/util/data-seeding/export_sample_data.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
# How to use: | ||
# - bash ./scripts/util/data-seeding/import_knowledge_articles.sh | ||
|
||
# Capture target org alias; | ||
read -p "🔶 Enter source org alias to fetch KAVs from: " SOURCE_ORG_ALIAS | ||
read -p "🔶 Enter target org alias to import KAVs to: " TARGET_ORG_ALIAS | ||
|
||
mkdir -p "build" | ||
|
||
echo "🔵 Exporting knowledge articles from [$SOURCE_ORG_ALIAS] and importing them into [$TARGET_ORG_ALIAS] via SFDMU CLI..." | ||
|
4 changes: 2 additions & 2 deletions
4
scripts/util/import_sample_data.sh → ...s/util/data-seeding/import_sample_data.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters