You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the creation of a project directory, oc runs npm i to install all project dependencies. This should be achievable with the --silent flag. Current output is as follows, aiming to reduce total output to the terminal.
oc
===================================================
__ __ __ __ __ ___ ___ __ __
/ \ |__) / _` / `|__) |__ /\ | / \ |__)
\__/ |\ \__>\__, |\ |___ /~~\ |\__/ | \
===================================================
Checking dependencies...
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
DevHub (enter 0 for default pboDevHub)
1) abc 3) hij 5) nop
2) def 4) klm 6) pboDevHub
#? 6
This script will create a new scratch org off of pboDevHub.
What is the aliasfor the org? This might be a Org62 case number (37711301-pushUpgrades), trailhead exercise, etc.
tmp
Scratch Definition (Enter 0 for default /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/pde.json)
1) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/data_cloud.json
2) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/default.json
3) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/default_w_data.json
4) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/eventMonitoring.json
5) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/pde.json
6) /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/pde_community.json
#? 2
Scratch definition set: /opt/homebrew/opt/quick-org-creator/libexec/..scratchDefs/default.json
What folder should this go in? (Leave blank for default /Users/mvogelgesang/myfolder)
~/Develop/pboDevHub
Warning: Record types defined in the scratch org definition file will stop being capitalized by default in a future release.
Set the `org-capitalize-record-types` config var to `true` to enforce capitalization.
Creating Scratch Org...
RequestId: 2SRHs000002ugLoOAI (https://pbocom5.my.salesforce.com/2SRHs000002ugLoOAI)
OrgId: 00D6s000000v44l
Username: [email protected]
✓ Prepare Request
✓ Send Request
✓ Wait For Org
✓ Available
✓ Authenticate
✓ Deploy Settings
Done
Your scratch org is ready.
Scratch org creation done
Let's setup a namespace for the new scratch org. To store a list of namespaces, run oc namespaceSelect a namespace from the list (enter 0 to not set a namespace):1) mvpbo22) mvpbo3) mvpbo3#? 0No namespace has been set for this project.Setting target-org and generating projecttarget dir = /Users/mvogelgesang/myfolder create ../../myfolder/20240417_tmp/config/project-scratch-def.json create ../../myfolder/20240417_tmp/README.md create ../../myfolder/20240417_tmp/sfdx-project.json create ../../myfolder/20240417_tmp/.husky/pre-commit create ../../myfolder/20240417_tmp/.vscode/extensions.json create ../../myfolder/20240417_tmp/.vscode/launch.json create ../../myfolder/20240417_tmp/.vscode/settings.json create ../../myfolder/20240417_tmp/force-app/main/default/lwc/.eslintrc.json create ../../myfolder/20240417_tmp/force-app/main/default/aura/.eslintrc.json create ../../myfolder/20240417_tmp/scripts/soql/account.soql create ../../myfolder/20240417_tmp/scripts/apex/hello.apex create ../../myfolder/20240417_tmp/.forceignore create ../../myfolder/20240417_tmp/.gitignore create ../../myfolder/20240417_tmp/.prettierignore create ../../myfolder/20240417_tmp/.prettierrc create ../../myfolder/20240417_tmp/jest.config.js create ../../myfolder/20240417_tmp/package.jsonDescribe this goals for this projectevaluating installSet Config==========================| Name Value Success | ────────── ───── ─────── | target-org tmp true Resetting the passwordSuccessfully set the password "********" for user [email protected].You can see the password again by running "sf org display user -o [email protected]".Installing dependenciesnpm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.npm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
npm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
npm WARN deprecated [email protected]: Use your platform's native DOMException instead> [email protected] postinstall> husky installfatal: not a git repository (or any of the parent directories): .githusky - git command not found, skipping installadded 830 packages, and audited 831 packages in 5s158 packages are looking for funding run `npm fund` for detailsfound 0 vulnerabilitiesCreating pre-commit hook for Code AnalyzerCreating GitHub Action Workflow Rulescp: /opt/homebrew/opt/quick-org-creator/libexec/../fileTemplates/workflows/.: No such file or directoryCreating a git repo locally and on GitHubInitialized empty Git repository in /Users/mvogelgesang/myfolder/20240417_tmp/.git/✓ Created repository mvogelgesang/20240417_tmp on GitHub https://github.com/mvogelgesang/20240417_tmp✓ Added remote [email protected]:mvogelgesang/20240417_tmp.gitOpening the new orgOpening org 00D6s000000v44lEAA as user [email protected]Waiting to resolve the Lightning Experience-enabled custom domain...... done
The text was updated successfully, but these errors were encountered:
Following the creation of a project directory,
oc
runsnpm i
to install all project dependencies. This should be achievable with the--silent
flag. Current output is as follows, aiming to reduce total output to the terminal.The text was updated successfully, but these errors were encountered: