Skip to content

Commit 7dc893e

Browse files
feat(variables): support preview as an additional service. fixes #335 (#336)
1 parent dbd1861 commit 7dc893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/cloudmanager/environment/set-variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { flags } = require('@oclif/command')
1717
const _ = require('lodash')
1818
const commonFlags = require('../../../common-flags')
1919

20-
const services = ['author', 'publish']
20+
const services = ['author', 'publish', 'preview']
2121

2222
class SetEnvironmentVariablesCommand extends BaseEnvironmentVariablesCommand {
2323
getFlagDefs () {

0 commit comments

Comments
 (0)