pub async fn publish(
config: &Config,
client: Arc<CachingClient<FileCache>>,
options: &PublishOptions<'_>,
) -> Result<()>
Expand description
Publish a component for the given workspace and publish options.
pub async fn publish(
config: &Config,
client: Arc<CachingClient<FileCache>>,
options: &PublishOptions<'_>,
) -> Result<()>
Publish a component for the given workspace and publish options.