@onboardbase/cli
Version:
[](https://www.npmjs.com/package/@onboardbase/cli) [](https://www.npmjs.com/package/@onboardbase/cli) [ • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TFUploadStateFileService = void 0;
const tf_base_service_1 = require("./tf.base-service");
const types_1 = require("./types");
class TFUploadStateFileService extends tf_base_service_1.TFBaseService {
constructor(configManager) {
super(configManager);
}
async initialize({ flags }) {
await this.configure({ flags, operation: types_1.TfOperation.UPLOAD });
}
}
exports.TFUploadStateFileService = TFUploadStateFileService;