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 287e4df commit 566564fCopy full SHA for 566564f
src/homepageExperience/components/steps/cli/InitializeClient.tsx
@@ -63,11 +63,11 @@ export const InitializeClient: FC<OwnProps> = ({
63
})
64
const token = currentAuth.token
65
66
- const codeSnippet = `influx config create --config-name onboarding
67
- --host-url "${url}"
68
- --org "${org.id}"
69
- --token "${token}"
70
- --active`
+ const codeSnippet = `influx config create --config-name onboarding \\
+ --host-url "${url}" \\
+ --org "${org.id}" \\
+ --token "${token}" \\
+ --active`
71
72
const bucketSnippet = `influx bucket create --name sample-bucket -c onboarding`
73
0 commit comments