class Falcon::Command::Redirect

def configuration

def configuration
	Configuration.for(
		self.environment(environments: super.environments)
	)
end