Allow for there to be cluster scoped (or "global") resources to be applied in the same command as namespace-local resources. Global resources deployed first, followed by namespace-local resources.
This should be able to take in a single manifest file with all resources and sort and apply accordingly. This way we can execute a deploy operation in one command from client callers.