export interface EntrepriseCommandOptions { context: string; recipient: string; token: string; url: string; rootDir: string; }