We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd1861 commit 7dc893eCopy full SHA for 7dc893e
src/commands/cloudmanager/environment/set-variables.js
@@ -17,7 +17,7 @@ const { flags } = require('@oclif/command')
17
const _ = require('lodash')
18
const commonFlags = require('../../../common-flags')
19
20
-const services = ['author', 'publish']
+const services = ['author', 'publish', 'preview']
21
22
class SetEnvironmentVariablesCommand extends BaseEnvironmentVariablesCommand {
23
getFlagDefs () {
0 commit comments