Files
EricandMike Thomas 6822eece46 Website: Update <parallax-city> component (#47723)
Changes:
- Updated the `<parallax-city>` component to show a static image and
renamed it `<cloud-city>`.
- Removed the gradient that appears on pages where the `<parallax-city>`
component is used
- Updated pages to use the component's new name.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Introduced a new static cloud-city banner component across the site,
replacing the previous parallax-animated city banners.
* **Style**
* Added new responsive styling for the cloud-city banner (including
breakpoint-specific background/height behavior).
  * Removed the old parallax-city banner styling.
* Removed bottom “gradient” background sections on multiple pages to
clean up the visual transitions between sections.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-06-18 13:05:39 -05:00

94 lines
5.6 KiB
Plaintext
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div id="download" v-cloak>
<div purpose="page-container">
<div purpose="page-content">
<div purpose="hero">
<h1>Download fleetctl</h1>
<p>CLI (command line interface) tool for managing Fleet. Manage hosts, apply configurations, run reports, and interact with the Fleet API from your terminal.</p>
<div purpose="download-buttons">
<div purpose="button-row">
<a href="<%= macOsDownloadUrl %>" purpose="download-button"><img alt="Apple logo" src="/images/os-macos-dark-24x24@2x.png"> macOS</a>
<a href="<%= windowsDownloadUrl %>" purpose="download-button"><img alt="Windows logo" src="/images/os-windows-dark-24x24@2x.png">Windows</a>
<a href="<%= windowsArmDownloadUrl %>" purpose="download-button"><img alt="Windows logo" src="/images/os-windows-dark-24x24@2x.png">Windows (arm 64)</a>
</div>
<div purpose="linux-instructions">
<p><strong>Install on Linux</strong></p>
<div purpose="codeblock">
<button type="button" purpose="copy-button" aria-label="Copy command"></button>
<pre><code>curl -sSL https://fleetdm.com/resources/install-fleetctl.sh | bash</code></pre>
</div>
</div>
</div>
</div>
<div purpose="page-section">
<h2>FAQ</h2>
<div purpose="accordion">
<div purpose="accordion-body">
<div purpose="accordion-item">
<p purpose="accordion-header" id="accordion__header-faq-1" style="cursor: pointer;" class="accordion" data-toggle="collapse" data-target="#accordion__body-faq-1" aria-controls="accordion__body-faq-1">
What platforms does fleetctl support?
<span class="fa fa-angle-down"></span>
</p>
<div purpose="accordion-answer" id="accordion__body-faq-1" class="collapse" aria-labelledby="accordion__header-faq-1">
<p>fleetctl is available for macOS, Linux, and Windows.</p>
</div>
</div>
<div purpose="accordion-item">
<p purpose="accordion-header" id="accordion__header-faq-2" style="cursor: pointer;" class="accordion" data-toggle="collapse" data-target="#accordion__body-faq-2" aria-controls="accordion__body-faq-2">
Does the version of fleetctl need to match my Fleet server?
<span class="fa fa-angle-down"></span>
</p>
<div purpose="accordion-answer" id="accordion__body-faq-2" class="collapse" aria-labelledby="accordion__header-faq-2">
<p>
Yes. Match the version of fleetctl to the version of your Fleet server.
</p>
</div>
</div>
<div purpose="accordion-item">
<p purpose="accordion-header" id="accordion__header-faq-3" style="cursor: pointer;" class="accordion" data-toggle="collapse" data-target="#accordion__body-faq-3" aria-controls="accordion__body-faq-3">
How do I connect fleetctl to my Fleet instance?
<span class="fa fa-angle-down"></span>
</p>
<div purpose="accordion-answer" id="accordion__body-faq-3" class="collapse" aria-labelledby="accordion__header-faq-3">
<p>Set your Fleet server address, then log in:</p>
<div purpose="codeblock">
<button type="button" purpose="copy-button" aria-label="Copy command"></button>
<pre><code>fleetctl config set --address 'https://fleet.example.com'
fleetctl login</code></pre>
</div>
</div>
</div>
<div purpose="accordion-item">
<p purpose="accordion-header" id="accordion__header-faq-4" style="cursor: pointer;" class="accordion" data-toggle="collapse" data-target="#accordion__body-faq-4" aria-controls="accordion__body-faq-4">
I use SSO or two-factor authentication. Can I still use fleetctl?
<span class="fa fa-angle-down"></span>
</p>
<div purpose="accordion-answer" id="accordion__body-faq-4" class="collapse" aria-labelledby="accordion__header-faq-4">
<p>Yes. Instead of using fleetctl login, get your API token from My account in the Fleet UI and set your Fleet server token:</p>
<div purpose="codeblock">
<button type="button" purpose="copy-button" aria-label="Copy command"></button>
<pre><code>fleetctl config set --token YOUR_API_TOKEN</code></pre>
</div>
</div>
</div>
<div purpose="accordion-item">
<p purpose="accordion-header" id="accordion__header-faq-5" style="cursor: pointer;" class="accordion" data-toggle="collapse" data-target="#accordion__body-faq-5" aria-controls="accordion__body-faq-5">
How do I see available commands?
<span class="fa fa-angle-down"></span>
</p>
<div purpose="accordion-answer" id="accordion__body-faq-5" class="collapse" aria-labelledby="accordion__header-faq-5">
<p>Run <code purpose="inline-code">fleetctl --help</code>. For help with a specific command, run <code purpose="inline-code">fleetctl [command] --help</code>.</p>
</div>
</div>
</div>
<p purpose="faq-note">Couldnt find an answer? <a href="/contact?sendMessage">message us</a></p>
</div>
</div>
</div>
</div>
<cloud-city></cloud-city>
</div>
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>