# File lib/hammer_cli_csv/subscriptions.rb, line 124
      def import_manifest_from_csv(line)
        # TODO: --server needs to come from config/settings
        args = ??{ subscription upload --file #{ line[MANIFEST] }
                   --organization-id #{ foreman_organization(:name => line[ORGANIZATION]) } }
        hammer.run(args)

      rescue RuntimeError => e
        raise "#{e}\n       #{line}"
      end