Pop CLI already knows where to source Pop Network binaries from so no need to specify the URL
Also worth mentioning that Pop CLI will automatically source the necessary polkadot binaries.
If you would like to spin up a custom parachain then you need to edit the network.toml file accordingly and use the -p flag:
pop up parachain -f ./tests/networks/my-parachain.toml -p https://github.com/my-username/my-parachain
Various examples of network configuration files are available here.
popupparachain--helpLaunchalocalnetworkUsage:popupparachain [OPTIONS] --file <FILE>Options:-f,--file<FILE>TheZombienetnetworkconfigurationfiletobeused-r,--relay-chain<RELAY_CHAIN>Theversionofthebinarytobeusedfortherelaychain,asperthereleasetag (e.g. "v1.13.0"). See https://github.com/paritytech/polkadot-sdk/releases for more details-R,--relay-chain-runtime<RELAY_CHAIN_RUNTIME>Theversionoftheruntimetobeusedfortherelaychain,asperthereleasetag (e.g. "v1.2.7"). See https://github.com/polkadot-fellows/runtimes/releases for more details-s,--system-parachain<SYSTEM_PARACHAIN>Theversionofthebinarytobeusedforsystemparachains,asperthereleasetag (e.g. "v1.13.0"). Defaults to the relay chain version ifnotspecified.Seehttps://github.com/paritytech/polkadot-sdk/releasesformoredetails-S,--system-parachain-runtime<SYSTEM_PARACHAIN_RUNTIME>Theversionoftheruntimetobeusedforsystemparachains,asperthereleasetag (e.g. "v1.2.7"). See https://github.com/polkadot-fellows/runtimes/releases for more details-p,--parachain<PARACHAIN>Theurlofthegitrepositoryofaparachaintobeused,withbranch/releasetag/commitspecifiedas#fragment (e.g. 'https://github.com/org/repository#ref'). A specific binary name can also be optionally specified via query string parameter (e.g. 'https://github.com/org/repository?binaryname#ref'), defaulting to the name of the repository when not specified-c,--cmd<cmd>Thecommandtorunafterthenetworkhasbeenlaunched-v,--verboseWhethertheoutputshouldbeverbose
Run a command after the network has been spun up
The following will spin up the network locally according the the zombienet file and once the network is up, it will run the command specified in --cmd: