nctlcommand is a local alias for nervctl with options/flags
nctl run -v $(pwd):/tmp/pwd --rm rancher/fleet:v0.11.9 -- /usr/bin/fleet apply BUNDLE100 /tmp/pwd/ -o -
### or ...
podman run -v $(pwd):/tmp/pwd --rm docker.io/rancher/fleet:v0.11.9 /usr/bin/fleet apply BUNDLE100 /tmp/pwd/ -o -
The
fleet applycommand is only one in the Bundle lifecycle, there is alsofleet targetandfleet deploy. See docs https://fleet.rancher.io/ref-bundle-stages for more.