Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ export const InitializeClient: FC<OwnProps> = ({

const codeSnippetMac = `influx config create --config-name onboarding \\
--host-url "${url}" \\
--org "${org.id}" \\
--org "${org.name}" \\
--token "${token}" \\
--active`

const bucketSnippetMac = `influx bucket create --name ${bucket.name} -c onboarding`

const codeSnippetWindows = `.\\influx config create --config-name onboarding \`
--host-url "${url}" \`
--org "${org.id}" \`
--org "${org.name}" \`
--token "${token}" \`
--active`

Expand Down
Loading