Skip to content

Commit

Permalink
chore: more commands to convert
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Oct 17, 2023
1 parent df44987 commit 594cc9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/commands/dev/convert/samples/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,19 @@ sfdx config:set defaultusername=user -g
sfdx force:user:create -f config/user-def.json \
-a myuser \
-o myorg

sfdx alias:set user=myuser

sfdx force:package:beta:version:list \
-p 04t1I0000000X0P

sfdx package version promote \
-p 04t1I0000000X0P \
--target-dev-hub1.0.0.Beta_1 \
--target-org myorg

sf force org create \
--definitionfile config/project-scratch-def.json \
--setalias myorg \
--setdefaultusername \
--durationdays 1

0 comments on commit 594cc9e

Please sign in to comment.