import { sdk } from '../sdk' import { changeAdminCredentials } from './changeAdminCredentials' /** * Package actions registered with StartOS. * * - change-admin-credentials (added v0.1.0:20): rotate the admin email + * password from the StartOS UI without dropping to a shell. See * ./changeAdminCredentials.ts for full design notes. */ export const actions = sdk.Actions.of().addAction(changeAdminCredentials)