mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
rename deploy command
This commit is contained in:
parent
4639d11a7e
commit
a605c5fdd2
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@ const { createEmbed } = require('../../../labscore/utils/embed')
|
|||
const { editOrReply } = require('../../../labscore/utils/message')
|
||||
|
||||
module.exports = {
|
||||
name: "update",
|
||||
name: "deploy",
|
||||
label: "flags",
|
||||
metadata: {
|
||||
description: `Queries pb manager to trigger a deploy and restart flow`,
|
||||
description_short: '[MANAGER] Query deploy',
|
||||
examples: ['update'],
|
||||
examples: ['deploy'],
|
||||
category: 'dev',
|
||||
usage: 'update'
|
||||
usage: 'deploy'
|
||||
},
|
||||
onBefore: context => context.user.isClientOwner,
|
||||
onCancel: () => { },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue